finding CPU count - reading sysinfo output


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat finding CPU count - reading sysinfo output
# 1  
Old 10-10-2012
finding CPU count - reading sysinfo output

Hello,
sysinfo throws out below 3 CPU counts. Can anyone help me understand what each of these means?
Code:
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 only two were socketed? Does it mean each CPU has 4 cores? No clue about Virtual CPUs though.
I couln't find much info on sysinfo man page nor on the web. If there exist any pages, do point me to such.

Thanks
Harsha Hegde
# 2  
Old 10-10-2012
You can have more than one core in a CPU these days. Quad-core means you'll have four per chip.

I'm guessing these are intel CPU's? Hyperthreading will act like 16 virtual CPU's, but it's still 8 really.
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 10-15-2012
Thanks Corona688. These are indeed Intel CPUs - Xeon E5630. Looking at the manufacturer's product spec, they do have 8 threads:
ARK | Intel® Xeon® Processor E5640 (12M Cache, 2.66 GHz, 5.86 GT/s Intel® QPI)

Regards
Harsha
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sysinfo output for lvm commands

Hi folks, I have created a sysinfo script to capture the system information on daily basis which run in cron jobs. Whereas, the output saved in the file are getting disapperared after some times.. Mainly for eg: the lvm commands like pvs,lvs, vgs, lvdisplay, pvdisplay.. ... (2 Replies)
Discussion started by: gsiva
2 Replies

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

3. AIX

Finding Physical CPU.

Hi, I am having 2 lpar (AIX 5.3) on p550 box, for both lpar 4 cpu is allocated as dedicated, each lpar is having 4 cpu. I would like to know how to find out Physical CPU attached to that box. how to find out wheather it is dual core or quad core or actually 8 cpu inside the box? HMC is... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

4. UNIX for Dummies Questions & Answers

Finding cpu utilisation

Hi , I need to find the average percentage of CPU utilisised by a particular process through a shell script. Suppose if a process is running for 6 hours i need to get average CPU utilised by it. Could you please assist me. Thanks, (0 Replies)
Discussion started by: praviper
0 Replies

5. UNIX for Dummies Questions & Answers

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... (1 Reply)
Discussion started by: pinga123
1 Replies

6. AIX

Finding cpu information on vio client

Hi, I am having single p series blade with Single Physcial CPU with dual core, on that vio server is installed, I have created vio client allocate 0.9 each cpu , now when I am running prtconf command on vio client it is showing "2" no of processor, My query using which command it will... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

7. Shell Programming and Scripting

Finding total Percentage CPU usage

Hi, How can I find total CPU usage in percentage? e.g. if my system has 8 CPUs and I want to list total usage for all of them, is it possible through a command? I have tried some of the commands like top, mpstat, sar. The output of those commands has to be manipulated to derive the percentage... (14 Replies)
Discussion started by: jal_capri
14 Replies

8. Shell Programming and Scripting

finding duplicate files by size and finding pattern matching and its count

Hi, I have a challenging task,in which i have to find the duplicate files by its name and size,then i need to take anyone of the file.Then i need to open the file and find for more than one pattern and count of that pattern. Note:These are the samples of two files,but i can have more... (2 Replies)
Discussion started by: jerome Sukumar
2 Replies

9. UNIX for Advanced & Expert Users

Finding CPU usage by a Unix Process

Hi, I am designing a load balancer for an application. I am trying to find out the CPU usage by a specifc Unix process (PID is known). I guess I can use ps command to find that. can somebody help me in finding what exact command I should use to find? It is on AIX 5.3. Regards Asutosh (2 Replies)
Discussion started by: asutoshch
2 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