Author Topic: What's your actual CPU speed?  (Read 9118 times)

Offline buccaneere

  • Full Member
  • ***
  • Posts: 128
What's your actual CPU speed?
« on: January 03, 2010, 07:55:02 PM »
cat /proc/cpuinfo


My Franken-puter (collection of mismatched parts, new CPU, supposedly 1.6GHz)
model name   : AMD Sempron(tm
stepping           : 1
cpu MHz      : 1044.431

Dell D/top Intel Celeron R 2.2G, actual 2.192G

HP laptop AMD 64bit 2.2G
cpu 0 800MHz
cpu 1 800MHz

Dell D600 Pentium M 1.6G, Actual 600MHZ

Why so much slower than advertised? I'm bettin' the Dell desktop (XP Home) isn't actually at 2.192G either...




3 of these:


and one of these:


Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: What's your actual CPU speed?
« Reply #1 on: January 03, 2010, 08:03:48 PM »
the first one, if this is not a older cpu in a newer mainboard(some mainboard with older cpus not supported can do this, i had one), you have enabled cool and quiet which makes go slower the cpu and saving some energy, also makes the fan go slower or maybe you have some cpu stepping software running?

the dell one, that is the real speed, some cpus run slower than expected sometimes is just 1 or 2 mhz but you have 8 but for 8 mhz i wouldn't be worried

the amd and dell pentium M laptop, this is a cpu stepping saving some power together with cool and quiet

this is the way a laptop saves power when running on batteries, by lowering speed of as many parts as possible

nice turtles  :)
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline buccaneere

  • Full Member
  • ***
  • Posts: 128
Re: What's your actual CPU speed?
« Reply #2 on: January 03, 2010, 08:26:31 PM »
the first one, if this is not a older cpu in a newer mainboard(some mainboard with older cpus not supported can do this, i had one), you have enabled cool and quiet which makes go slower the cpu and saving some energy, also makes the fan go slower or maybe you have some cpu stepping software running?



Cool & quiet? This is interesting... Is this a function of BIOS? Can I overclock this thing as well? It is a new cpu, although several years old...

Anyone here ever o/c a cpu?

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: What's your actual CPU speed?
« Reply #3 on: January 03, 2010, 08:33:21 PM »
cool and quiet is a function available in amd cpus, yes it can be found on bios

about overclocking, that depends on the mainboard, ram and the psu you have

overclocking involves more than just the cpu and most times you don't win a lo from the system, a improvement of 10% in some cases is just 160mhz that you won't feel, most systems will work faster by just adding more ram or putting a faster hard disk in the system(even going from ide to sata hard disk)
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline wyohman

  • Hero Member
  • *****
  • Posts: 1346
  • Texas, USA
    • Shelby Registry
Re: What's your actual CPU speed?
« Reply #4 on: January 03, 2010, 09:20:52 PM »
4 x 2.4

Cheers.
SZ77R5 | I7 3770 | 16GB | Samsung 840Pro | HD6670 | PCLOS 2012
Linux user since kernel 0.93

Offline plambi

  • Full Member
  • ***
  • Posts: 143
Re: What's your actual CPU speed?
« Reply #5 on: January 03, 2010, 10:11:53 PM »
Mine:

Code: [Select]
/proc/cpuinfo: processor : 0
/proc/cpuinfo: vendor_id : AuthenticAMD
/proc/cpuinfo: cpu family : 16
/proc/cpuinfo: model         : 4
/proc/cpuinfo: model name : AMD Phenom(tm) II X4 965 Processor
/proc/cpuinfo: stepping         : 2
/proc/cpuinfo: cpu MHz         : 3408.526
/proc/cpuinfo: cache size : 512 KB
...
« Last Edit: January 04, 2010, 01:24:24 AM by plambi »

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: What's your actual CPU speed?
« Reply #6 on: January 03, 2010, 10:17:01 PM »
i forgot how low i am on cache with this cpu

processor       : 0               
vendor_id       : AuthenticAMD   
cpu family      : 15             
model           : 44             
model name      : AMD Sempron(tm) Processor 2600+
stepping        : 2
cpu MHz         : 1599.796
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm
bogomips        : 3199.59
clflush size    : 64
power management: ts ttp tm stc

in my case, the cpu is called 2600 but the real speed is 1599.796

amd says that the clock speed and the technology put together makes the cpu run as if it would be a real 2600 and based on comparisons with similar cpus, i have to agree until i have to deal with specific games that will feel the slow speed, small bus and little cache
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline pirate

  • Hero Member
  • *****
  • Posts: 523
  • aka-pirate
Re: What's your actual CPU speed?
« Reply #7 on: January 04, 2010, 12:55:11 AM »
buccaneere, thanks for the cmd..so i could find out what this 2600+ was running



[jim@localhost ~]$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 8
model name      : AMD Athlon(tm) XP 2600+
stepping        : 1
cpu MHz         : 2128.000
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up
bogomips        : 4250.47
clflush size    : 32
power management: ts

[jim@localhost ~]$
« Last Edit: January 04, 2010, 12:57:57 AM by pirate »
The best way to save face is keep the bottom half shut.

Offline buccaneere

  • Full Member
  • ***
  • Posts: 128
Re: What's your actual CPU speed?
« Reply #8 on: January 04, 2010, 02:22:12 AM »
4 x 2.4

Cheers.

That's not far from 10GHz.  :o 

What's the actual speed here?

cat /proc/cpuinfo

Offline thorper

  • Hero Member
  • *****
  • Posts: 853
  • Linux Counter #490490
Re: What's your actual CPU speed?
« Reply #9 on: January 04, 2010, 04:26:10 AM »
This is mine which shows the cpu running almost as advertised  :)

processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 127
model name      : AMD Athlon(tm) Processor LE-1640
stepping        : 2
cpu MHz         : 2712.497
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow up pni cx16 lahf_lm svm extapic cr8_legacy 3dnowprefetch
bogomips        : 5430.60
clflush size    : 64
power management: ts fid vid ttp tm stc 100mhzsteps
Too many cops, too few donuts.

Online gandy

  • Hero Member
  • *****
  • Posts: 1173
Re: What's your actual CPU speed?
« Reply #10 on: January 04, 2010, 05:35:15 AM »
What's going on here? After I updated to KDE4, I noticed everything is much slower. Then I ran into this thread so I tried the command.
 
[root@dhcppc0 ~]# cat /proc/cpuinfo
processor       : 0               
vendor_id       : GenuineIntel     
cpu family      : 15               
model           : 2               
model name      : Intel(R) Xeon(TM) CPU 2.66GHz
stepping        : 7                           
cpu MHz         : 333.325                     
cache size      : 512 KB                       
physical id     : 0                           
siblings        : 2                           
core id         : 0                           
cpu cores       : 1                           
apicid          : 0                           
initial apicid  : 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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr                                                 
bogomips        : 5338.95                                                                             
clflush size    : 64                                                                                 
power management:                                                                                     

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15         
model           : 2           
model name      : Intel(R) Xeon(TM) CPU 2.80GHz
stepping        : 9                           
cpu MHz         : 333.325                     
cache size      : 512 KB                       
physical id     : 3                           
siblings        : 2                           
core id         : 0                           
cpu cores       : 1                           
apicid          : 6                           
initial apicid  : 6                           
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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr                                                 
bogomips        : 5333.93                                                                             
clflush size    : 64                                                                                 
power management:                                                                                     

processor       : 2
vendor_id       : GenuineIntel
cpu family      : 15         
model           : 2           
model name      : Intel(R) Xeon(TM) CPU 2.66GHz
stepping        : 7                           
cpu MHz         : 333.325                     
cache size      : 512 KB                       
physical id     : 0                           
siblings        : 2                           
core id         : 0                           
cpu cores       : 1                           
apicid          : 1                           
initial apicid  : 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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips        : 5333.88
clflush size    : 64
power management:

processor       : 3
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Xeon(TM) CPU 2.80GHz
stepping        : 9
cpu MHz         : 333.325
cache size      : 512 KB
physical id     : 3
siblings        : 2
core id         : 0
cpu cores       : 1
apicid          : 7
initial apicid  : 7
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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips        : 5333.92
clflush size    : 64
For me, it is far better to grasp the Universe as it really is than to persist in delusion, however satisfying and reassuring. –
Carl Sagan

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1516
    • PCLinuxOS.nl
Re: What's your actual CPU speed?
« Reply #11 on: January 04, 2010, 05:51:10 AM »
New board new spec's

uname -a
Linux K7-2400 2.6.32.2-pclos5 #1 SMP Wed Dec 23 13:42:10 CST 2009 i686 Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz GNU/Linux

cat /proc/cpuinfo
processor       : 0             
vendor_id       : GenuineIntel   
cpu family      : 6             
model           : 15             
model name      : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping        : 11                                             
cpu MHz         : 2399.833                                       
cache size      : 4096 KB                                       
physical id     : 0                                             
siblings        : 4                                             
core id         : 0                                             
cpu cores       : 4                                             
apicid          : 0                                             
initial apicid  : 0                                             
fdiv_bug        : no                                             
hlt_bug         : no                                             
f00f_bug        : no                                             
coma_bug        : no                                             
fpu             : yes                                           
fpu_exception   : yes                                           
cpuid level     : 10                                             
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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority                                                                                                                           
bogomips        : 4799.66                                                                                                               
clflush size    : 64                                                                                                                   
cache_alignment : 64                                                                                                                   
address sizes   : 36 bits physical, 48 bits virtual                                                                                     
power management:

And that is 4 times, but look, no power management.......                                       

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: What's your actual CPU speed?
« Reply #12 on: January 04, 2010, 06:04:11 AM »
Quote
uname -a
Linux Dell 2.6.27.31.tex5 #1 SMP Fri Sep 11 14:35:27 CDT 2009 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz GNU/Linux

Quote
processor       : 0                                                             
vendor_id       : GenuineIntel                                                 
cpu family      : 15                                                           
model           : 4                                                             
model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz                             
stepping        : 3                                                             
cpu MHz         : 800.000                                                       
cache size      : 2048 KB 
bogomips        : 6383.98

Quote
processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping        : 3
cpu MHz         : 800.000
cache size      : 2048 KB
bogomips        : 6383.68


Can anyone tell me how those figures should be interpreted?
It certainly looks like I have a P4 Hyperthreading CPU, 3.2Ghz speed, running at 25% speed (800Mhz)

Looks weird ....

EDIT
         The only thing that occurs to me is that the bus speed of this PC is 800Mhz ....

« Last Edit: January 04, 2010, 06:19:00 AM by JohnBoy »

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1516
    • PCLinuxOS.nl
Re: What's your actual CPU speed?
« Reply #13 on: January 04, 2010, 07:15:11 AM »
Is there an option in BIOS to switch off speedstepping or settings ??
(But then you switch off battery savings on a portable)
« Last Edit: January 04, 2010, 07:17:04 AM by DeBaas »

Online gandy

  • Hero Member
  • *****
  • Posts: 1173
Re: What's your actual CPU speed?
« Reply #14 on: January 04, 2010, 07:29:52 AM »
Quote
uname -a
Linux Dell 2.6.27.31.tex5 #1 SMP Fri Sep 11 14:35:27 CDT 2009 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz GNU/Linux


Quote
processor       : 0                                                             
vendor_id       : GenuineIntel                                                 
cpu family      : 15                                                           
model           : 4                                                             
model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz                             
stepping        : 3                                                             
cpu MHz         : 800.000                                                       
cache size      : 2048 KB 
bogomips        : 6383.98


Quote
processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping        : 3
cpu MHz         : 800.000
cache size      : 2048 KB
bogomips        : 6383.68



Can anyone tell me how those figures should be interpreted?
It certainly looks like I have a P4 Hyperthreading CPU, 3.2Ghz speed, running at 25% speed (800Mhz)

Looks weird ....

EDIT
         The only thing that occurs to me is that the bus speed of this PC is 800Mhz ....




JohnBoy, I turned off Hyperthreading in the BIOS and it seems to have fixed the problem, for now anyway. I posted this in KDE4 Support.
http://www.pclinuxos.com/forum/index.php/topic,67102.0.html
For me, it is far better to grasp the Universe as it really is than to persist in delusion, however satisfying and reassuring. –
Carl Sagan