Sponsored Content
Top Forums UNIX for Dummies Questions & Answers virtualization (VCPU count according to CPU) Post 302469993 by pinga123 on Monday 8th of November 2010 11:20:39 PM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
LIBPFM(3)						     Linux Programmer's Manual							 LIBPFM(3)

NAME
libpfm_intel_p6 - support for Intel P5 based processors SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: pm, ppro, pii, piii, p6 PMU desc: Intel Pentium M, Intel Pentium Pro, Intel Pentium II, Intel Pentium III, Intel P6 DESCRIPTION
The library supports all Intel P6-based processors all the way back to the Pentium Pro. Although all those processors offers the same PMU architecture, they differ in the events they provide. MODIFIERS
The following modifiers are supported on all Intel P6 processors: u Measure at user level which includes privilege levels 1, 2, 3. This corresponds to PFM_PLM3. This is a boolean modifier. k Measure at kernel level which includes privilege level 0. This corresponds to PFM_PLM0. This is a boolean modifier. i Invert the meaning of the event. The counter will now count cycles in which the event is not occurring. This is a boolean modifier e Enable edge detection, i.e., count only when there is a state transition. This is a boolean modifier. c Set the counter mask value. The mask acts as a threshold. The counter will count the number of cycles in which the number of occur- rences of the event is greater or equal to the threshold. This is an integer modifier with values in the range [0:255]. AUTHORS
Stephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)
All times are GMT -4. The time now is 06:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy