Patrick B. O'Brien zei:
What Suse 8.X command can I run to get my CPU Speed?
cat /proc/cpuinfo
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- L. de Braal BraHa Systems NL Terneuzen T +31 115 649333 F +31 115 649444
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
Hi, I'm not Patrick but ... :) On Thu, 30 Sep 2004 10:06:44 -0700 Randall R Schulz <rschulz@sonic.net> wrote:
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:
It seems like you need to load a module first: # modprobe p4-clockmod Anyway, perhaps Google might give some more info... [...] -- - E - on SUSE 9.1 | blackbox 0.70b2 | Panasonic CF-L1 Buffalo WLI-PCM-L11GP | copperwalls was here ;) "Look! I am making all things new." - Revelation 21:5
Randall R Schulz wrote:
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:
Cpufreq doesn't say much on my desktop either, but it shows the frequency range on my notebook.
On Thursday 30 September 2004 12:06 pm, Randall R Schulz wrote:
/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 -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
I'm running SuSE 9.0 Pro on an AMD Athlon XP 1800+ and get the exact same results from cat /proc/cpufreq Maybe /proc/cpufreq only works with specific CPUs? -- "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein Mark McKibben http://www.coffeebear.net/
Torsdag den 30. september 2004 19:06 skrev Randall R Schulz:
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
Doesn't P4 series CPU's have SSE3 ??
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
On Thursday 30 September 2004 12:50 pm, 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.
hwinfo --cpu -- +----------------------------------------------------------------------------+ + Bruce S. Marshall bmarsh@bmarsh.com Bellaire, MI 09/30/04 15:56 + +----------------------------------------------------------------------------+ "There is no such thing as a 'Fail Safe' design."
participants (8)
-
- Edwin -
-
Bruce Marshall
-
James Knott
-
Johan Nielsen
-
L. de Braal
-
Mark McKibben
-
Patrick B. O'Brien
-
Randall R Schulz