|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I'm thinking about a new hardware buy for my personal use - DELL T105 Opteron 1210 The AMD 1210 have AMD-V and is a Stepping F3 processor Can I use with Hypervisor? I't's a good choice? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
I Have a VS Server with 2 VMs (IIS and SQL)
Sometimes, a huge proccess runs on SQL and CPU of the VM goes 90%-95% and on the Physical machine the CPU goes 35%, but only in ONE of the processors. Is a DELL Quad-Core, and proc0 goes 35% and proc1-3 stays in 1%-Idle Why? VS it is not a Multi-Threading app? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
VS provides only a single CPU to a VM.
-- Charlie. http://msmvps.com/xperts64 http://mvp.support.microsoft.com/profile/charlie.russel "Flavio Borup" <fborup@hotmail.com> wrote in message news:0B266C0D-15FD-49B0-A48B-99137C391EEB@microsoft.com... >I Have a VS Server with 2 VMs (IIS and SQL) > > Sometimes, a huge proccess runs on SQL and CPU of the VM goes 90%-95% and > on the Physical machine the CPU goes 35%, but only in ONE of the > processors. > > Is a DELL Quad-Core, and proc0 goes 35% and proc1-3 stays in 1%-Idle > > Why? VS it is not a Multi-Threading app? |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Yes, it should work. Good choice? Well, I think most folks today would say
that the Intel CPUs have a performance advantage over AMD in most situations, especially in the single socket environment. But that being said, the difference isn't huge, and the design and implementation of the I/O subsystem is likely to have a far greater impact on your VM performance than the difference between an Intel and an AMD processor. -- Charlie. http://msmvps.com/xperts64 http://mvp.support.microsoft.com/profile/charlie.russel "Flavio Borup" <fborup@hotmail.com> wrote in message news:6B61B1F3-5802-425C-A00B-5629561CF504@microsoft.com... > > I'm thinking about a new hardware buy for my personal use - DELL T105 > Opteron 1210 > The AMD 1210 have AMD-V and is a Stepping F3 processor > > Can I use with Hypervisor? I't's a good choice? > |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
If so, where is the advantage on MultiCore/SMP systems using VM Server?
I think this limitation in a different way: My knowledge is that even in MP machines, the VM will only "see" one CPU. Ok, we both agree on that. But why the VM Server proccess can use only a single CPU (CPU0) on a Quad-Core machine? Why VS can't balance the use among all 4 logical proccessors of the physical machine? In my scenario, if the another VM begins to "eat" (use ) CPU too, it will use CPU1, CPU2 or CPU3 of the physical machine? ----- Original Message ----- From: "Charlie Russel - MVP" <charlie@mvKILLALLSPAMMERSps.org> Newsgroups: microsoft.public.virtualserver Sent: Thursday, March 13, 2008 12:26 PM Subject: Re: Virtual Server 2005 R2 SP1 Enterprise - Multi-Threading? > VS provides only a single CPU to a VM. > > -- > Charlie. > http://msmvps.com/xperts64 > http://mvp.support.microsoft.com/profile/charlie.russel > > > "Flavio Borup" <fborup@hotmail.com> wrote in message > news:0B266C0D-15FD-49B0-A48B-99137C391EEB@microsoft.com... >>I Have a VS Server with 2 VMs (IIS and SQL) >> >> Sometimes, a huge proccess runs on SQL and CPU of the VM goes 90%-95% and >> on the Physical machine the CPU goes 35%, but only in ONE of the >> processors. >> >> Is a DELL Quad-Core, and proc0 goes 35% and proc1-3 stays in 1%-Idle >> >> Why? VS it is not a Multi-Threading app? > "Charlie Russel - MVP" <charlie@mvKILLALLSPAMMERSps.org> escreveu na mensagem news:3D2B6B62-60F0-403A-A5F9-BFEF31B00772@microsoft.com... > VS provides only a single CPU to a VM. > > -- > Charlie. > http://msmvps.com/xperts64 > http://mvp.support.microsoft.com/profile/charlie.russel > > > "Flavio Borup" <fborup@hotmail.com> wrote in message > news:0B266C0D-15FD-49B0-A48B-99137C391EEB@microsoft.com... >>I Have a VS Server with 2 VMs (IIS and SQL) >> >> Sometimes, a huge proccess runs on SQL and CPU of the VM goes 90%-95% and >> on the Physical machine the CPU goes 35%, but only in ONE of the >> processors. >> >> Is a DELL Quad-Core, and proc0 goes 35% and proc1-3 stays in 1%-Idle >> >> Why? VS it is not a Multi-Threading app? > |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
It's for my personal use, studying, etc.
I think will do the job (at least i hope) to use Win2008 + Hypervisor on it "Charlie Russel - MVP" <charlie@mvKILLALLSPAMMERSps.org> escreveu na mensagem news:7817B116-C491-4396-A835-3D825AC234B3@microsoft.com... > Yes, it should work. Good choice? Well, I think most folks today would say > that the Intel CPUs have a performance advantage over AMD in most > situations, especially in the single socket environment. But that being > said, the difference isn't huge, and the design and implementation of the > I/O subsystem is likely to have a far greater impact on your VM > performance than the difference between an Intel and an AMD processor. > > -- > Charlie. > http://msmvps.com/xperts64 > http://mvp.support.microsoft.com/profile/charlie.russel > > > "Flavio Borup" <fborup@hotmail.com> wrote in message > news:6B61B1F3-5802-425C-A00B-5629561CF504@microsoft.com... >> >> I'm thinking about a new hardware buy for my personal use - DELL T105 >> Opteron 1210 >> The AMD 1210 have AMD-V and is a Stepping F3 processor >> >> Can I use with Hypervisor? I't's a good choice? >> > |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
On Mon, 17 Mar 2008 09:45:52 -0300, "Flavio Borup"
<fborup@hotmail.com> wrote: >If so, where is the advantage on MultiCore/SMP systems using VM Server? A single VM will only use 1 CPU/core. If you have, say 3 VMs, you take full advantage of a quad-core system, 1 core for the host, 3 cores, one each for the 3 VMs. > >I think this limitation in a different way: My knowledge is that even in MP >machines, the VM will only "see" one CPU. Ok, we both agree on that. Correct. > >But why the VM Server proccess can use only a single CPU (CPU0) on a >Quad-Core machine? Why VS can't balance the use among all 4 logical >proccessors of the physical machine? Mainly because it involves a lot of complex programming. > >In my scenario, if the another VM begins to "eat" (use ) CPU too, it will >use CPU1, CPU2 or CPU3 of the physical machine? > Each VM will see 1 cpu/core. If you're running less VMs than you have CPUs/cores each VM will have it's own cpu/core. Virtual Server will load balance between the available CPUs. -- Cheers, Steve Jain, Virtual Machine MVP http://vpc.essjae.com/ I do not work for Microsoft. |
|
![]() |
| Outils de la discussion | |
|
|