Bogomips - Centrino

2005-02-09 Diskussionsfäden Christian Kerbetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hallo,
beim anzeigen der Prozessorinformationen auf meinem Notebook wird
jedesmal eine andere bogomips-zahl ausgegeben! kann mir evtl. jemand
sagen warum das so ist?
Gruss,
Christian
p.s. der befehl wurde dreimal direkt hintereinander ausgefuehrt!
~$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 13
model name  : Intel(R) Pentium(R) M processor 1.70GHz
stepping: 6
cpu MHz : 1698.782
cache size  : 2048 KB
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 mce cx8 sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe est tm2
bogomips: 3366.91
~$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 13
model name  : Intel(R) Pentium(R) M processor 1.70GHz
stepping: 6
cpu MHz : 1698.782
cache size  : 2048 KB
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 mce cx8 sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe est tm2
bogomips: 1584.42
~$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 13
model name  : Intel(R) Pentium(R) M processor 1.70GHz
stepping: 6
cpu MHz : 1698.782
cache size  : 2048 KB
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 mce cx8 sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe est tm2
bogomips: 1188.32
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCChnRtBiV8pRsgnoRAu4qAJ9sa0CUOiAAu9P1+vojgUBYXeMXDgCg5zX7
oAH3B9S/1KUfHvHivDhp5rk=
=NGzn
-END PGP SIGNATURE-
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: Bogomips - Centrino

2005-02-09 Diskussionsfäden Sven Hoexter
On Wed, Feb 09, 2005 at 03:10:25PM +0100, Christian Kerbetz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hallo,
 
 beim anzeigen der Prozessorinformationen auf meinem Notebook wird
 jedesmal eine andere bogomips-zahl ausgegeben! kann mir evtl. jemand
 sagen warum das so ist?

http://ftp.gwdg.de/LDP/HOWTO/BogoMips/x78.html
Quoted from the Internet, origin unknown but brought to the attention by Eric S 
Raymond [EMAIL PROTECTED], and Geoff Mackenzie [EMAIL PROTECTED], there is an 
humourously illustrative definition of BogoMips as ''the number of million 
times per second a processor can do absolutely nothing.''

Ich gehe mal davon aus das sich durch automatisches speed stepping oder so
sich die staendig wechselnden1 Werte ergeben.
(Ist nur geraten - kann auch was voellig anderes sein!)

Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - No sleep]


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Bogomips - Centrino

2005-02-09 Diskussionsfäden Jan Lühr
ja hallo erstmal,...

Am Mittwoch, 9. Februar 2005 17:41 schrieb Sven Hoexter:
 On Wed, Feb 09, 2005 at 03:10:25PM +0100, Christian Kerbetz wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Hallo,
 
  beim anzeigen der Prozessorinformationen auf meinem Notebook wird
  jedesmal eine andere bogomips-zahl ausgegeben! kann mir evtl. jemand
  sagen warum das so ist?

 http://ftp.gwdg.de/LDP/HOWTO/BogoMips/x78.html
 Quoted from the Internet, origin unknown but brought to the attention by
 Eric S Raymond [EMAIL PROTECTED], and Geoff Mackenzie [EMAIL PROTECTED],
 there is an humourously illustrative definition of BogoMips as ''the number
 of million times per second a processor can do absolutely nothing.''


Wo ist denn dann der Unterschied zur Taktrate? 1 GHZ heißt doch eigentlich 
auch 1 Milliarde ASM-Nopes pro Sek.

Keep smiling
yanosz
-- 
Achtung: Die E-Mail-Adresse [EMAIL PROTECTED] wird in Kürze 
deaktiviert werden. Bitte nutzen Sie die Adresse
[EMAIL PROTECTED]



Re: Bogomips - Centrino

2005-02-09 Diskussionsfäden Jan Kohnert
Jan Lühr schrieb:
 ja hallo erstmal,...

dito,

 Wo ist denn dann der Unterschied zur Taktrate? 1 GHZ heißt doch eigentlich
 auch 1 Milliarde ASM-Nopes pro Sek.

Auf [1] findest du folgendes:

BogoMips was named BogoMips for a reason; it's totally bogus as
a benchmark.  It's nothing more than a timer loop -- the kernel runs a
null loop which does nothing but count down to 0.  It calibrates this
loop against the real time clock to see how fast it executes.  From that
point onwards the calibrated loop is used as a way for the kernel to do
timing delay loops; for example a device driver might want to delay for
10 microseconds while hardware does something.

The reported BogoMips figure is just how many times the delay loop can
be executed in one second.  So it really tells you nothing about how
fast the processor is for useful work.

 Keep smiling
 yanosz

MfG Jan

[1] http://www.obsolyte.com/bogomips.html

-- 
OpenPGP Key-Fingerprint:
0E9B 4052 C661 5018 93C3 4E46 651A 7A28 4028 FF7A


pgpTNzBtZ51Ng.pgp
Description: PGP signature