JohnCrowley
08-26-2001, 05:02 PM
How do you tell how many CPU's a RH 6.2 Linux box has installed? Running top and PHPSystem only shows one, but there is supposed to be 2 installed. Do I need an updated "top" command or is there another way to check. Thanks.
JohnCrowley
08-26-2001, 05:27 PM
Here is the output:
---
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 733.000245
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
sep_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 osfxsr kni
bogomips : 732.36
---
Does this mean only one? ...
RutRow
08-26-2001, 05:48 PM
Yep, just one is seen by the kernel. You would see
processor: 1
....
processor: 0
....
It might be that you are using a single processor kernel with 2 physical cpu's. That would be a waste of electrons.
JohnCrowley
08-26-2001, 07:35 PM
That was it! Single processor kernel :( Well, time to upgrade that kernel :crap:
Thanks for the help.
- John