Patrick, On Thursday 30 September 2004 09:50, James Knott wrote:
Patrick B. O'Brien wrote:
What Suse 8.X command can I run to get my CPU Speed?
While it will also work with other distros, you might want to try cat /proc/cpuinfo or cat /proc/cpufreq. I don't know of any commands that are specific to SuSE 8.X.
/proc/cpufreq had escaped my attention before this. But it doesn't seem to say much on my system: -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- % cat /proc/cpufreq minimum CPU frequency - maximum CPU frequency - policy -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- What does this signify? I have a 3.0 GHz P4 Hyper-Threading CPU: -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- % cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 3 model name : Intel(R) Pentium(R) 4 CPU 3.00GHz stepping : 3 cpu MHz : 3000.785 cache size : 1024 KB physical id : 0 siblings : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni monitords_cpl cid bogomips : 5931.00 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 3 model name : Intel(R) Pentium(R) 4 CPU 3.00GHz stepping : 3 cpu MHz : 3000.785 cache size : 1024 KB physical id : 0 siblings : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni monitords_cpl cid bogomips : 5996.54 -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- Randall Schulz