Results 1 to 1 of 1
Hi All,
I'm writing a script to grab the amount of physical CPUs on a bunch of different LINUX boxes. Basically I'm doing a "cat /proc/cpuinfo" and processing what I ...
- 01-25-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 1
cpuinfo and "physical id"
Hi All,
I'm writing a script to grab the amount of physical CPUs on a bunch of different LINUX boxes. Basically I'm doing a "cat /proc/cpuinfo" and processing what I get back from there. I've run into an odd situation where on a 4 CPU box, cpuinfo returns the same physical id for all of the cpus, but they are not hyper-threaded or dual(multi)-core.
Anyone know how or why I would get back the same physical id?
Thanks,
DP03
Here's the relevant info:
Code:$ uname -r 2.4.21-20.ELsmp $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 10 model name : Pentium III (Cascades) stepping : 4 cpu MHz : 699.331 cache size : 1024 KB physical id : 0 siblings : 1 runqueue : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1395.91 processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 10 model name : Pentium III (Cascades) stepping : 4 cpu MHz : 699.331 cache size : 1024 KB physical id : 0 siblings : 1 runqueue : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1395.91 processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 10 model name : Pentium III (Cascades) stepping : 4 cpu MHz : 699.331 cache size : 1024 KB physical id : 0 siblings : 1 runqueue : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1395.91 processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 10 model name : Pentium III (Cascades) stepping : 4 cpu MHz : 699.331 cache size : 1024 KB physical id : 0 siblings : 1 runqueue : 3 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1395.91


Reply With Quote