Questions tagged [vcpu]
79 questions
2
votes
2 answers
Azure VM Core vs vCPU
When comparing two different VM series in Azure, I see that one has Cores and the other one vCPUs. Keeping aside the number of Cores/CPUs, Memory and Processor Type (Intel Xeon E/Platinum etc), what is the advantage of one over the other? I…

Thomas
- 151
- 2
- 5
1
vote
0 answers
processor type differences between elasticache instance types , will all instances suffer the same way?
This may sound like yet another, "what is a vcpu" or "should I use elasticache, remember its single threaded!!" question --- but I think this asks a question unanswered.
redis is single threaded, means only one core will ever be used.
elasticache is…

Muradin007
- 13
- 2
1
vote
0 answers
Performance on Pinned CPU cores versus automatically managed?
I have a XenServer 7.5 environment where I'm running a single Windows VM with 16 total vCPU's. My server has dual Xeon E5-2620v4 CPU's with 8cores/16threads each clocked at 2.1GHz nominal and a Max Turbo at 3GHz.
My question is whether allowing the…

Felix Jen
- 403
- 5
- 18
1
vote
1 answer
Analyze single CPUs activities instead of sum of total CPU for what is usefull for?
I'm building a monitor to track down all Linux /proc data that can be usefull to understand how the server is behaving. Still I cannot understand if I should track every single CPU (and in a virtual environment they can be many) or I can just track…

Max Cuttins
- 143
- 1
- 7
1
vote
1 answer
Best VMWare Esxi CPU Resource Allocation Policy
We have a machine with an 88-core CPU in our department. Imagine there are 11 researchers who want to use the machine whenever they have to test a new approach. We've made 11 VMs on VMWare ESXI host, one for each researcher.
The question is how to…

Ali Hashemi
- 288
- 1
- 5
- 15
1
vote
2 answers
What does take all the cpu here?
On a small SSD VPS I got 2 GB of RAM and 2 vCPU core (dedicated to my server), virtualized via KVM. So far so good. The server is mainly used for databases (MySQL) and fast network file storage (via sshfs). Currently around 5 folders are mounted to…

Flatron
- 318
- 2
- 5
- 19
1
vote
2 answers
Virtualization: vCPU pinning with Hyperthreading Host CPU?
I'm using KVM/libvirt on a Linux server with Core i7-2600 CPU, which has the following CPU topology (1 Socket, 4 Cores, 8 Threads):
Physical | Logical
---------+--------
Core 0 | 0, 4
Core 1 | 1, 5
Core 2 | 2, 6
Core 3 | 3, 7
I usually run…

lynix
- 55
- 2
- 4
1
vote
2 answers
Single virtual machine in ESXi with all cores assigned
I have this 2 CPU server (2x4 = 8 cores in total) in which I plan to put a single W2012 virtual machine.
Is it a good idea to configure 8 vCPU for the VM or should I leave spare cores to relief virtualization overhead?

LatinSuD
- 901
- 1
- 8
- 17
1
vote
1 answer
KVM: How to update amount of cores/procs during runtime
How do I increase the amount of cores/cpus of a vm without requiring a reboot.

Kristofer
- 301
- 1
- 3
- 12
1
vote
1 answer
How does vCPU in VMware vSphere works?
I would like to know how vCPU works and how its "connected" to the real CPU - how ESXi manages real CPU hardware resources to satisfy vCPU needs? Does vCPU uses all available cores, multithreading, etc? Where can I find any docs discribing specific…

mirx
- 159
- 2
- 9
1
vote
2 answers
Windows Server 2012 Hyper-V bad vCPU performance
we have a windows server 2012 enviroment with two hyper-v servers.
Each of them has two 16 Core AMD CPU's, eight 16GB DDR3 ECC RAM modules, 10 HDD's in HW-Raid 6.
Now Hyper-V is running and some VM's are up.
But the VM's have a very poor CPU…

h.grewe
- 11
- 2
1
vote
5 answers
Zenworks 10 high cpu usage from dbsrv10
Specifically the process called dbsrv10 is always pegged at 100% or more CPU usage.
I've tried clearing the queue-flush using these commands:
zman queue-flush F
zman queue-flush S
However this only settled the CPU for about 20 minutes.
I'm running…
kfreise
1
vote
2 answers
Optimum amount of vCPUs for IIS7.5 application (ESXi 4.1)
CPU Ready time is really low on my physical server, however ASP.NET(2nd) application is not running fast. VM has 1 vCPU and 12GB of memory where only 6GB is used.
Sometimes when team starts working with the application - it spikes to 100% CPU…

DmitrySemenov
- 835
- 2
- 15
- 27
1
vote
1 answer
Is there any way that I can control the CPU resources sharing among Xen virtual machines?
I'm going to set up three or two Xen virtual machines on one physical machine. I want those VMs to share different CPU time on average. I've Googled for a long while but still haven't been able to find a way to achieve my goal. I'm wondering is that…

Yuliang
- 13
- 3
1
vote
1 answer
vcpu counts aren't changing after config change and reboot
I recently downsized the number of vcpus virtual server Echobox1 uses from 4 to 1.
before:
# virsh vcpucount Echobox1
maximum config 4
maximum live 4
current config 4
current live 4
I…

a coder
- 789
- 4
- 20
- 38