RE: [SuSE Linux] Lame Donkey Looks Fast!
"Yates, Larry" wrote:
Maybe bogomips are BOGUS!
Heheh, you know when Linux boots, and it primes the random number generator? Maybe *that's* a bogomip, too. :) I'm gonna do a bit of research to see what is actually counted in a bogomip. There seem to be extreme variations from one machine to another. Laters, Karsten ______________________________________________________ Get your free web-based email at <A HREF="http://www.xoom.com"><A HREF="http://www.xoom.com</A">http://www.xoom.com</A</A>> Birthday? Anniversary? Send FREE animated greeting cards for any occassion at <A HREF="http://greetings.xoom.com"><A HREF="http://greetings.xoom.com</A">http://greetings.xoom.com</A</A>> -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Thu, 22 Apr 1999, Karsten Johansson wrote:
"Yates, Larry" wrote:
Maybe bogomips are BOGUS!
Heheh, you know when Linux boots, and it primes the random number generator? Maybe *that's* a bogomip, too. :)
I'm gonna do a bit of research to see what is actually counted in a bogomip. There seem to be extreme variations from one machine to another.
It's quite simple, really. Calculating MIPS, millions of instructions per second, is a way of determining CPU speed. It isn't a very good one -- not for comparing processors anyway -- and the way that the kernel determines it isn't very good either. Hence, it is a measurement of "Bogo"-MIPS. There are extreme variations, but the algorithm isn't changing. Therefore, a Pentium 100 which runs at 2 BogoMIPS is bad. ------------------------------------------------ Ewan Dunbar northsky@ix.netcom.com ------------------------------------------------ Visit Preston Manning: Action Hero at <A HREF="http://earl.thedunbars.com/pmah/index.html"><A HREF="http://earl.thedunbars.com/pmah/index.html</A">http://earl.thedunbars.com/pmah/index.html</A</A>> ------------------------------------------------ -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Thu, Apr 22, 1999, Karsten Johansson <ksaj@xoommail.com> wrote:
"Yates, Larry" wrote:
Maybe bogomips are BOGUS!
Heheh, you know when Linux boots, and it primes the random number generator? Maybe *that's* a bogomip, too. :)
I'm gonna do a bit of research to see what is actually counted in a bogomip. There seem to be extreme variations from one machine to another.
No need. It's how fast the machine can do an idle loop. The reason for the variations are because of the architecture of newer cpu's and how they execute multiple instuctions in one clock cycle. Older Pentiums took 1 clock cycle per instruction (2 instructions per loop) so the bogomips would be half the clock speed. Pentium Pro's (IIRC) could do 2 instructions per cycle, so they could do the whole loop in one clock cycle. Bogomips were the same as the clock speed. Newer CPU's like the K6 and Pentium 2/3 can do 4 instructions per clock cycle in some circustances. So it can do the whole loop twice in one clock cycle. Bogomips were twice the clock speed. There's FAQ out there explaining it in much greater detail, but suffice to say, Bogomips are NOT a good measure of processor speed. They are only used to time idle loops to wait for I/O, etc. JE -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (3)
-
jerdfelt@suse.com
-
ksaj@xoommail.com
-
northsky@ix.netcom.com