View Single Post
  #7 (permalink)  
Old 12-08-2008, 12:55 AM
AQG AQG is offline
Junior Member
User
 
Join Date: Aug 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
AQG
Default

How can I Get only the correct number of CPU's, the following output shows that my server has 8 CPU's but physically how many does it have? now I know it's not 8 of them???

grep CPU /proc/cpuinfo
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz



grep cpu /proc/cpuinfo
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
cpu family : 6
cpu MHz : 2333.400
cpu cores : 4
cpuid level : 10
Reply With Quote