virtualization (VCPU count according to CPU)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers virtualization (VCPU count according to CPU)
# 1  
Old 11-09-2010
virtualization (VCPU count according to CPU)

We have purchased four intels xeon processors

IntelŽ XeonŽ Processor E7530 (12M Cache, 1.86 GHz, 5.86 GT/s IntelŽ QPI) with SPEC Code(s) SLBRJ

As per the specification each cpu has 6 cores therefore we have 24 cores (considering 4 cpus).
Now how would i calculate the number of vcpus that can be used while visualization?
This will help use to capacity planning.

Quote:
specification is as below.

IntelŽ XeonŽ Processor E7530
(12M Cache, 1.86 GHz, 5.86 GT/s IntelŽ QPI)
SPECIFICATIONS
Essentials
Status Launched
Launch Date Q1'10
Processor Number E7530
# of Cores 6
# of Threads 12
Clock Speed 1.866 GHz
Max Turbo Frequency 2.133 GHz
L3 Cache 12 MB
IntelŽ QPI Speed 5.86 GT/s
Embedded Options Available
No
Supplemental SKU No
Max TDP 105 W
VID Voltage Range 0.675V-1.35V
Tray 1ku Budgetary Price $1446.00
Package Specifications
TCASE 64°C
Sockets Supported FCLGA1567
Halogen Free Options Available Yes
Advanced Technologies
IntelŽ Turbo Boost Technology
Yes
IntelŽ Hyper-Threading Technology
Yes
IntelŽ Virtualization Technology (VT-x)
Yes
IntelŽ 64
Yes
Enhanced Intel SpeedStepŽ Technology
Yes
Execute Disable Bit Yes
# 2  
Old 11-10-2010
There's no hard rule on this. Some people over commit.. so the sum total of VM resources is greater than actual physical resources. Usually, one place where this is done is with regards to CPUs. BUT... if your VMs REALLY need a whole bunch of CPU resources, it's possible that you'll reach the limits of what you can actually give and have a "good" performing platform. IMHO, it's pretty safe to say that we waste about 50% of CPU resources (in general, the number is usually much, much higher). So you could use that for a very conservative number of total CPUs you can dole out. And don't discount the hyperthreads... they do help out as well...

If your plan is to virtualize large scale servers (e.g. 4 CPUs + 8G+ memory) ... I think that's a BAD plan. Virtualization is most effective when talking about smaller footprint machines. Then the scalability can be VERY large.. and you can really over commit (but again, there is no RULE).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Topas - CPU count inconsistent across LPARs

seeing weirdness across some 7.1.5.1 LPARs - they all have 2 vCPUs allocated shared. With prtconf they show 2 CPUs, 'lsdev -c processor' concurs, and 'lsattr -El procX' shows that SMT is enabled and there are 2 SMT threads (power5, sorry). Yet running topas on them shows 2 CPUs on some and 4 on... (3 Replies)
Discussion started by: maraixadm
3 Replies

2. Solaris

Incorrect vCPU numbering

Hi All, Currently experiencing more-so a visual issue when typing psrinfo, mpstat commands, as the virtual processors start from 8-39, as below: # psrinfo -pv The physical processor has 32 virtual processors (8-39) UltraSPARC-T2 (chipid 0, clock 1165 MHz) Can't seem to find anything to... (0 Replies)
Discussion started by: alx_mck
0 Replies

3. UNIX for Dummies Questions & Answers

Is it possible to combine multiple CPU to act as a single CPU on the same server?

We have a single threaded application which is restricted by CPU usage even though there are multiple CPUs on the server, hence leading to significant performance issues. Is it possible to merge / combine multiple CPUs at OS level so it appear as a single CPU for the application? (6 Replies)
Discussion started by: Dissa
6 Replies

4. HP-UX

Maximum # of IVMs? + Question about vCPU

Hello, I am trying to figure out the maximum number of 11.31 IVMs we can create on our system. We have an Integrity rx2660, and here is the hardware info: CPU info: 2 Intel(R) Itanium 2 9100 series processors (1.42 GHz, 12 MB) 532 MT/s bus, CPU version A1 4 logical... (2 Replies)
Discussion started by: bstring
2 Replies

5. Red Hat

finding CPU count - reading sysinfo output

Hello, sysinfo throws out below 3 CPU counts. Can anyone help me understand what each of these means? CPU Count Socketed is 2 CPU Count Physical is 8 CPU Count Virtual is 16 First one seems obvious. However, I wonder how there can be 8 Physical CPUs, if... (2 Replies)
Discussion started by: hnhegde
2 Replies

6. Red Hat

CPU Count

Hi, I am observing high load average on RHEL5 server and need to check the number of core processors available on the box to give me a bigger picture on whether or not I should be worried. I have always checked the physical count quite simply..... # grep 'physical id' /proc/cpuinfo |... (10 Replies)
Discussion started by: Duffs22
10 Replies

7. AIX

topas and mpstat disagree on CPU count

I have a number of LPARs on one P520. All LPARs are running 5.3 and I observe the following: On some LPARs the number of CPUs found do not match between topas and mpstat. Server 1: $ mpstat System configuration: lcpu=4 ent=0.2 mode=Uncapped cpu min maj mpc int cs ics rq ... (1 Reply)
Discussion started by: petervg
1 Replies

8. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

9. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

10. UNIX for Dummies Questions & Answers

CPU count

Is there an easy way in Solaris to count the number of processors? (2 Replies)
Discussion started by: hshapiro
2 Replies
Login or Register to Ask a Question