how many processors

Jim Canfield jcanfield at tshmail.com
Wed May 9 18:35:46 UTC 2007


I think this is a pretty reliable way:
>   # /usr/sbin/dmidecode | grep -i "type 4" | wc -l
>
> Ray
>
>   

"type 4" will count available slots regardless of the CPU existing.  How 
about this one...

# grep physical /proc/cpuinfo

You should have unique ids for each physical CPU.  I don't have a dual 
core at my disposal but it works for hyper threading.

-Jim




More information about the redhat-list mailing list