home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / mini / bogomips < prev    next >
Encoding:
Text File  |  1995-09-10  |  23.5 KB  |  431 lines

  1.                      BogoMips(tm) Howto
  2.         Wim C.A. van Dorst  <baron@clifton.hobby.nl>
  3.                          1 May 1995
  4.  
  5. This text gives a little information about BogoMips, compiled
  6. from various sources by news and mail.
  7.  
  8.    The Lowest:    H. Peter Anvin <hpa@nwu.edu> 
  9.                   386DX/16 387 nocache         
  10.                   0.57 BogoMips
  11.  
  12.    The Highest:   David Mosberger-Tang <davidm@cs.arizona.edu>
  13.                   Alpha/166
  14.                   164.59 BogoMips
  15.  
  16.  
  17. Contents of this HOWTO:
  18.  
  19.    What are BogoMips                      Lars Wirzenius
  20.    How to estimate BogoMips               several authors
  21.    Variations in BogoMips rating          Linus Torvalds
  22.    Standalong BogoMips program            Jeff Tranter
  23.    BogoMips ... failed                    Wim van Dorst
  24.    Why to pay attention to BogoMips       Wim van Dorst
  25.    Compilation of ratings                 Wim van Dorst
  26.    A. Oddly or faultly configured 386 systems
  27.    B. Normal 386 SX systems
  28.    C. Normal 386 DX systems
  29.    D. Oddly or faultly configured 486 systems
  30.    E. Cyrix/IBM configured 486 systems 
  31.    F. Normal 486 systems
  32.    G. Normal Pentium systems
  33.    H. Other systems 
  34.  
  35.  
  36. >From Lars Wirzenius' <wirzeniu@kruuna.Helsinki.FI> mail 
  37. of 9 September 1993, explaining Bogomips:
  38.  
  39.    `MIPS is short for Millions of Instructions Per Second.
  40.    It is a measure for the computation speed of a program.
  41.    Like most such measures, it is more often abused than
  42.    used properly (it is very difficult to justly compare
  43.    MIPS for different kinds of computers).
  44.  
  45.    BogoMips are Linus's invention. The kernel (or was it a
  46.    device driver?) needs a timing loop (the time is too
  47.    short and/or needs to be too exact for a non-busy-loop
  48.    method of waiting), which must be calibrated to the
  49.    processor speed of the machine. Hence, the kernel
  50.    measures at boot time how fast a certain kind of busy
  51.    loop runs on a computer. "Bogo" comes from "bogus", i.e,
  52.    something which is a fake. Hence, the BogoMips value
  53.    gives some indication of the processor speed, but it is
  54.    way too unscientific to be called anything but BogoMips.
  55.  
  56.    The reasons (there are two) it is printed during bootup
  57.    is that a) it is slightly useful for debugging and for
  58.    checking that the computers caches and turbo button work,
  59.    and b) Linus loves to chuckle when he sees confused
  60.    people on the news.'
  61.  
  62.  
  63. >From a initiative in Ian Jackson's <ijackson@nyx.cs.du.edu> List of 
  64. Frequently asked questions, of 23 January 1994, and from mail 
  65. from Przemek Klosowski at 29 March 1994, updated for current data:
  66.  
  67.    As a very approximate guide the BogoMips will be:
  68.  
  69.      System          BogoMips                         Index
  70.      386SX           clock * 0.14 (plusminus 0.01)     0.76
  71.      386DX           clock * 0.18 (plusminus 0.01)     1 (definition)
  72.      486Cyrix/IBM    clock * 0.33 (plusminus 0.04)     1.84
  73.      486SX/DX/DX2    clock * 0.50 (plusminus 0.01)     2.80
  74.      Pentium         clock * 0.40 (plusminus 0.01)     2.22
  75.      Alpha           clock * 1.00
  76.      Mips            unknown yet
  77.  
  78.    Note that the BogoMips calculation loop is not optimized
  79.    for the parallelism of the Pentium processor. 
  80.    Note that the BogoMips calculation loop for the non-Intel
  81.    CPUs is similar but not linearly equivalent.
  82.  
  83.  
  84. >From Linus Torvalds <torvalds@cc.helsinki.fi>, explaining about the 
  85. variation one may see in the BogoMips rating, in c.o.l.development, 
  86. at 28 April 1994
  87.  
  88.    `The BogoMips calculation loop is "quantizised", so you're
  89.    most likely to get the exact same number all the time.
  90.    You usually will get different numbers only if the speed
  91.    is just on the "edge", when small variations (different
  92.    time for interrupt ticks etc) will make it jump from one
  93.    value to the other.'
  94.  
  95.  
  96. >From the readme file of the standalone BogoMips program
  97. by Jeff Tranter <jeff_tranter@mitel.com>:
  98.  
  99.    `Tired of rebooting your system so you can see how many
  100.    BogoMIPS it's running at today?  [...] "Bogomips" is a
  101.    standalone program that displays your system performance
  102.    using one of the world's most recognized benchmarks.  It
  103.    uses the same code that is used in the Linux kernel while
  104.    booting, but runs as a user program. [...] Version 1.3 of
  105.    BogoMIPs is now portable and should run on any system
  106.    that supports an ANSI C compiler and library.'
  107.  
  108.    Note that due to system load values calculated with the
  109.    standalone program may be lower than registered in the 
  110.    list below.
  111.  
  112.  
  113. Suggested by various questions on the net and private mail, 
  114. e.g. by Lily <lbliao@alumni.caltech.edu> and by Pierre Frenkiel 
  115. <frenkiel@cdfap2.in2p3.fr>. In March 1995 they asked:
  116.  
  117.    `When I boot Linux I get the message:
  118.       Calibrating delay loop.. ok - 23.96 BogoMips
  119.       failed
  120.    Where/why has the calibration delay loop failed?'
  121.  
  122.    It didn't fail. If it had failed the text would have been
  123.       Calibrating delay loop.. failed
  124.  
  125.    What likely did fail was a driver for some gadget which
  126.    you may not have in your machine. Just after calculating
  127.    the BogoMips rating all device drivers are initiated.
  128.    First the SCSI devices, then Net devices, etc.  Any
  129.    failure is duly reported. Noteworthy is the AHA152x
  130.    driver. Other effects of failing drivers (and not of
  131.    failing BogoMips calculations) are systems crashes, long
  132.    waits, and complete system locks.
  133.  
  134.    Since Linux 1.2 many error messages have improved, so
  135.    upgrade to at least that version to find out which
  136.    particular driver it is that is failing.
  137.  
  138.  
  139. Let me add that there are only two reasons for paying attention
  140. to the BogoMips rating that is presented on booting Linux:
  141.  
  142.    1. To see whether it is in the proper range for the
  143.       particular processor, its clock frequency, and the
  144.       potentially present cache. Especially 486 systems are
  145.       prone to faulty setups of RAM caching, turbo-buttons,
  146.       and such things.
  147.  
  148.    2. To see whether your system is faster than mine. Of
  149.       course this is completely wrong, unreliable,
  150.       ill-founded, and utterly useless, but all benchmarks
  151.       suffer from this same problem. So why not use it? This
  152.       inherent stupidity has never before stopped people
  153.       from using benchmarks, has it? :-)
  154.  
  155.  
  156. The following table gives some reported BogoMips ratings for 
  157. various systems. Note that the ratings here are from the Linux 
  158. actual booting sequence.
  159.  
  160. A. Oddly or faultly configured 386 systems
  161.  
  162.    System              BogoMips  Reporter
  163.    386DX/16 387 nocache   0.57   H. Peter Anvin <hpa@nwu.edu> 
  164.    386DX/25               0.82   P Wright <philip.wright@purplet.demon.co.uk> 
  165.    386DX/25 nocache       1.03   Mark A. Horton <mahmha@crl.com> 
  166.    386SX/16               1.5    Stefan Kromer <sk@galaxy.sunflower.sub.org> 
  167.    386SX/16               1.6    Bill Davidsen <davidsen@tmr.com>
  168.    386SX/20               1.87   Paul C. Dulany <pcdulany@wam.umd.edu>
  169.    386DX/25(?) 128c       6.03   Chuck Meo <meo@solbourne.com> 
  170.    386DX/20              13      Ed Runnion <erunnio@hubcap.clemson.edu>
  171.  
  172. B. Normal 386 SX systems
  173.  
  174.    System              BogoMips  Reporter
  175.    386SX/16 Packard Bell  2.05   <root@Belvedere\%hip-hop.suvl.ca.us>  
  176.    386SX/16               2.15   W Stevens <wgsteven@math.uwaterloo.co> 
  177.    386SX/16               2.2    Lech Marcinkowski <puolalm@tekla.fi> 
  178.    386SX/16               2.23   Andrew Bulhak <acb@yoyo.cc.monash.edu.au> 
  179.    386SX/16               2.23   Steven M. Gallo <smgallo@cs.buffalo.edu> 
  180.    386SX/16               2.34   Kevin Burtch <kburtch@pts.mot.com>
  181.    386SX/16 turbo         2.38   Andrew Haylett <ajh@gec-mrc.co.uk> 
  182.    386SX/16 nocache       2.43   Adam Clarke <adamc@loose.apana.org.au> 
  183.    386SX/20               2.7    Alex Strasheim <astrashe@nyx.cs.du.edu> 
  184.    386SXL/25 AMD          2.9    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU> 
  185.    386SX/25 AMD nocache   3.06   K.J. MacDonald <kenny@festival.ed.ac.uk> 
  186.    386SX/25 AMD           3.38   Hamish Coleman <hamish@zot.apana.org.au> 
  187.    386SL/25 Intel         3.57   S Harris <harris@teaching.physics.ox.ac.uk> 
  188.    386SX/25 AMD           3.62   S Harris <harris@teaching.physics.ox.ac.uk> 
  189.    386SX/33 Intel         4.06   Kenneth J. Hoover <ken@PSUEDVAX.PSU.EDU> 
  190.    386SX/33               4.71   Alexander Komlik <apkom@l.ukrcom.kherson.ua> 
  191.    
  192. C. Normal 386 DX systems
  193.  
  194.    System              BogoMips  Reporter
  195.    386DX/20 Intel         3.0    Malcolm Reeves <reeves@rocky1.usask.cs> 
  196.    386DX/20 Intel         3.08   Si. Harris <harris@teaching.physics.ox.ac.uk> 
  197.    386DX/20 Nec Powermate 3.22   David J Dawkins <davidd@isl.co.uki> 
  198.    386DX/20 Micronics     3.25   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  199.    386DX/20               3.67   Joost Helberg <jhelberg@nlsun8.oracle.nl> 
  200.    386DX/25               3.91   Ian McCloghrie <imcclogh@cs.ucsd.edu> 
  201.    386DX/25               3.95   Grant Edwards <grante@aquarius.rosemount.com> 
  202.    386DX/25 32cache       4.53   J.M.A. Lahtinen <jmalahti@klaava.Helsinki.FI> 
  203.    386DX/33               5.86   Tim Lacy <timla@microsoft.com> 
  204.    386DX/33 64cache       5.99   Lars Wirzenius <wirzeniu@kruuna.Helsinki.FI> 
  205.    386DX/33 Intel         5.99   Harri Pasanen <hpasanen@cs.hut.fi> 
  206.    386DX/33 no387         6.03   Joel B.Levin <levin@bbn.com> 
  207.    386DX/33 387           6.03   Peter Bechtold <peter@fns.greenie.muc.de> 
  208.    386DX/33               6.46   Dennis Robinson <djrobins@uxa.cso.uiuc.edu>
  209.    386DX/33 387 256cache  6.65   Wim van Dorst <baron@clifton.hobby.nl> 
  210.    386DX/40               6.99   Ken Wilcox <wilcox@math.psu.edu> 
  211.    386DX/40 AMD           7.10   Kerry Person <kperson@plains.NoDak.edu> 
  212.    386DX/40               7.10   D. Bikram Singh <a336dhal@cdf.toronto.edu> 
  213.    386DX/40 128cache      7.23   Julian Francis Day <jfd0@aber.ac.uk> 
  214.    386DX/40 bogoboosted   7.23   Pat St Jean <stjean@math.enmu.edu> 
  215.    386DX/40 AMD 128cache  7.23   R.Bergs <rabe@akela.informatik.rwth-aachen.de> 
  216.    386DX/40 slow DRAM     7.26   John Lockwood <lockwood@pan.vlsi.uiuc.eu>
  217.    386DX/40 128c          7.29   Karsten Friese <ftdkafr@ftd.ericsson.se>
  218.    386DX/40               7.29   E.C. Garrison <ericg@nickel.ucs.indiana.edu> 
  219.    386DX/40               7.29   Darin Cowan <cowan@rubicon.org> 
  220.    386DX/40               7.29   Bonne van Dijk <bonne@cs.utwente.nl> 
  221.    386DX/40 AMD 387 64c   7.91   <wires@gnu.ai.mit.edu> 
  222.    386DX/40               7.98   Frank Pilhofer <fp@informatik.uni-frankfurt.de>
  223.    386DX/40 64c           7.98   Dean Junk <dpjunk@mm.com>
  224.    386DX/40 AMD 32c       7.98   Tommy Olsen <tommyo@ifi.uio.no> 
  225.    386DX/40               7.98   Christian Nelson <cnelson@csugrad.cs.vt.edu> 
  226.    386DX/40               7.98   Alan Peckham <peckham@drei.enet.dec.com>
  227.    
  228. D. Oddly or faultly configured 486 systems
  229.  
  230.    System              BogoMips  Reporter
  231.    486DX/33 nocache       1.45   Mark Gray <vatavian@gvu1.gatech.edu> 
  232.    486SL/25 nocache       1.95   Paraskevas Evripidou <skevos@seas.smu.edu>
  233.    486DLC/40 nocache      2.45   S.Schendel <sschend@magnus.acs.ohio-state.edu> 
  234.    484DX4/100 wb-cache    3.10   Paul Close <pdc@sgi.com>
  235.    486SLC2/50 Cyrix       3.30   Colin J. Wynne <cwynne@sage.wlu.edu>
  236.    486DX/33               3.61   Marten van de Laan <marten@cs.rug.nl> 
  237.    486DX/33 noturbo       3.61   Dimitris Evmorfopoulos <devmorfo@mtu.edu> 
  238.    486DX/33 256c noturbo  4.25   Wouter Liefting <wlieftin@cs.vu.nl> 
  239.    486DX/33               4.66   Mark Gray <vatavian@gvu1.gatech.edu> 
  240.    486Rx2 Cyrix 25/50     4.85   <cosc19v2@menudo.uh.edu>  
  241.    486SX/33 noturbo       5.21   Scott D. Heavner <sdh@fishmonger.nouucp> 
  242.    486SLC Cyrix           7      Pieter Verhaeghe <pive@uia.ac.be> 
  243.    486DLC/40              7.98   Wil Cromer <nwc2@Ra.MsState.Edu>
  244.    486DX4/100            11.11   NN <usenet@uxmail.ust.hk>
  245.    486/66 Cyrix          13.02   Mike Baptiste <baptiste@bnr.ca>
  246.    486SLC2/25            14.6    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU> 
  247.    486DX2/66 IBM no-FF   19      NN <coolefa@pmifeg.com>
  248.    486DX/33 turbo        19.98   C Vetter <cbvetter@informatik.th-darmstadt.de> 
  249.    486DX2/66 Cyrix       26.63   Adrian Parker <adrian@willen.demon.co.uk>
  250.    486DX4/75             21.5    Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  251.    486DX2/58             26.3    Vassili Leonov <leonov@iedv7.acd.com>
  252.    486DX4/100 overclock  28.67   Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  253.    
  254. E. Cyrix/IBM configured 486 systems 
  255.  
  256.    System             BogoMips   Reporter
  257.    486DLC/33              9.42   Dennis Robinson <djrobins@uxa.cso.uiuc.edu>
  258.    486DLC/33 387DX/40     9.47   Denis Solaro <drzob@vectrex.login.qc.ca> 
  259.    486DLC/33 Cyrix 386   11.2    Alex Freed <freed@europa.orion.adobe.com> 
  260.    486DLC/40 256c        11.33   S.Schendel <sschend@magnus.acs.ohio-state.edu> 
  261.    486DRx2/40 Cyrix      13.10   Christopher Lau <clau@acs.ucalgary.ca> 
  262.    486DX/33 Cyrix        13.21   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  263.    486DLC/40 bogoboost   13.21   Harry Pasanen <ps@tekla.fi> 
  264.    486DLC/40 487 Cyrix   13.21   Ian A. Verschuren <iav@po.CWRU.Edu> 
  265.    486DCL Cyrix          13.3    Tracer Bullet P.I. <ges@earth.baylor.edu> 
  266.    486DLC/40             13.31   Adam Frampton <frampton@access2.digex.net> 
  267.    486DLC/40             13.31   Rick Chow <crc@cacs.usl.edu> 
  268.    486SLC-S/33           13.51   Brad Pepers <pepersb@cuug.ab.ca>
  269.    486DLC/40 no Cxpatch  15.47   Sergei O. Naoumov <serge@envy.astro.unc.edy>
  270.    486DLC/40 TI 128c     15.97   Philip K. Roban <phil@seal.micro.umn.edu> 
  271.    486DRx2 20/40         15.99   Christopher Lau <lauc@fusion.cuc.ab.ca> 
  272.    486SLC2/66 IBM 64c    18.95   Sujat Jamil <sujat@shasta.ee.umn.edu> 
  273.    486SLC2/66 IBM 128c   18.95   Sujat Jamil <sujat@shasta.ee.umn.edu> 
  274.    486SLC2/66            19.02   Harry Mangalam <mangalam@uci.edu> 
  275.    486SLC/50             19.28   Sion Arrowsmith <sion@bast.demon.co.uk>
  276.    
  277. F. Normal 486 systems
  278.  
  279.    System             BogoMips   Reporter
  280.    486SX/20 DECpc         9.98   Thomas Pfau <pfau@cnj.digex.com> 
  281.    486SX/25              12.24   M. Buchenrieder <mibu@scrum.greenie.muc.de>  
  282.    486SX/25              12.3    Darren McKay <e9bh@unb.ca>
  283.    486SX/25              12.42   Mark R. Lindsey <mlindsey@nyx.cs.du.edu> 
  284.    486DX/25              12.5    Phillip Hardy <phillip@mserve.kiwi.gen.nz> 
  285.    486DX/33 256c         16.33   Eric Kemminan <ekemmina@pms709.ms.ford.com> 
  286.    486DX/33              16.35   Christopher L. Morrow <cm43@andrew.cmu.edu> 
  287.    486DX/33 64cache      16.44   H. Peter Anvin <hpa@nwu.edu> 
  288.    486DX/33 256c DIY     16.44   Wouter Liefting <wlieftin@cs.vu.nl> 
  289.    486DX/33 Intel 128c   16.44   Rafal Kustra <g1krakow@cdf.toronto.edu> 
  290.    486DX/33              16.5    Alex Freed <freed@europa.orion.adobe.com> 
  291.    486DX/33              16.6    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU> 
  292.    486DX/33 noturbo      16.61   C Vetter <cbvetter@informatik.th-darmstadt.de> 
  293.    486DX/33              16.61   Jeffrey L. Newbern <jnewbern@athena.mit.edu> 
  294.    486DX/33              16.61   M Heuler <heuler@informatik.uni-wuerzburg.de> 
  295.    486DX/33              16.61   Frank Lofaro <ftlofaro@unlv.edu> 
  296.    486DX/40              19.8    Jose Calhariz <cal@minerva.inesc.pt> 
  297.    486DX/40              19.91   M Heuler <heuler@informatik.uni-wuerzburg.de> 
  298.    486DX/40              19.96   David A. Ranch <dranch@ecst.csuchico.edu>
  299.    486DX/40 AMD          19.97   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  300.    486DX/40 Intel        19.97   Paul van Spronsen <vspr@teppic.sun.ac.za> 
  301.    486DX/40              19.97   Ulf Tietz <ulf@rio70.bln.sni.de> 
  302.    486DX/40              19.97   <Eberhard\_Moenkeberg@p27.rollo.central.de> 
  303.    486DX/40              19.97   Wim van Dorst <baron@wiesje.hobby.nl>
  304.    486DX/40 AMD          20      Chuck Munro <chuckm@canada.hp.com>
  305.    486DX/50              24.48   Arnd Gehrmann <arnd@rea> 
  306.    486DX/50 AMD          24.85   Klaas Hemstra <hst@mh.nl> 
  307.    486DX/50 DTK          24.85   Randolph Christophers <randyc@lna.oz.au> 
  308.    486DX/50              24.85   Kevin Lentin <kevinl@bruce.cs.monash.edu.au> 
  309.    486DX2/50             24.85   Jason Matthew <jmatthew@kn.pacbell.com> 
  310.    486DX2/50             24.85   Gregory P. Smith <smithgr@cs.colorado.edu>
  311.    486DX/50              25      Robert Herzog <rherzog@rc1.vub.ac.be> 
  312.    486DX2/50             25.0    Christian Holtje <choltje@ux1.cso.uiuc.edu> 
  313.    486DX2/50 DECpc       25.04   Thomas Pfau <pfau@cnj.digex.com> 
  314.    486DX2/50 Eisa        25.04   John Willing <willing@cimage.com>
  315.    486DX2/50 256c        25.04   Zhou Yanmo <zhou@gauss.math.usf.edu>
  316.    486DX2/50             25.04   Mats Wikholm <mwikholm@news.abo.fi>
  317.    486DX2/50             25.04   Jean C Delepine <delepine@linux.u-picardia.fr>
  318.    486DX/50              25.04   Jean C Delepine <delepine@linux.u-picardia.fr>
  319.    486DX/50              25.04   Kevin Burtch <kburtch@pts.mot.com>
  320.    486DX/50 notebook     25.04   Pierre Frenkiel <frenkiel@cdfap1.in2p3.fr>
  321.    486DX/50              25.10   M Heuler <heuler@informatik.uni-wuerzburg.edu> 
  322.    486DX2/50             25.4    Brian Kennedy <bkenned@hubcap.clemson.edu>
  323.    486DX2/66             32      Lee Sau Dan <h9210876@khuxa.hku.hk>
  324.    486DX2/66             33      Alec Muffett <alecm@uk-usenet.uk.sun.com> 
  325.    486DX2/66             33      NN <coolefa@pmifeg.com>
  326.    486DX2/66             33      Steve Tinney <sjt@enlil.museum.upenn.edu> 
  327.    486DX2/66 Intel       33      Chuck Munro <chuckm@canada.hp.com>
  328.    486DX2/66             33.20   Arnd Gehrmann <arnd@rea> 
  329.    486DX2/66 Intel/PCI   33.22   C. Menke <carsten.menke@post.uni-bielefeld.de>
  330.    486DX2/66             33.22   Brian Ricker <gt2327c@prism.gatech.edu> 
  331.    486DX2/66             33.22   Don Bennett < <don@engr.mun.ca>
  332.    486DX2/66             33.22   Warwick Ward-Cox <wwar@lostlink.alt.za>
  333.    486DX2/66             33.22   Chien-An Chen <giant@nwu.edu>
  334.    486DX2/66 Eisa/VL     33.22   Serge <sviznyuk@magnus.acs.ohio-state.edu>
  335.    486DX2/66 AMD         33.22   Wayne Robinson <wayner@renoir.cftnet.com>
  336.    486DX2/66 Intel       33.22   Jim Barber <yeul@marsh.cs.martin.edu.au>
  337.    486DX2/66             33.22   Tom Lowery <tlowery@mcs.kent.edu>
  338.    486DX2/66             33.3    Devon Tuck <devon@netcom.com> 
  339.    486DX2/66 256cache    33.4    H. Peter Anvin <hpa@nwu.edu> 
  340.    486DX2/66             33.5    Jongyoon Lee <mr2@netcom.com> 
  341.    486DX2/66             33.55   Gene McCulley <mcculley@greatwall.cctt.com>
  342.    486DX2/66             33.55   Eric Malkowski <malk@world.std.com>
  343.    486DX2/66             33.55   <al-b@minster.york.ac.uk> 
  344.    486DX2/66             33.55   W Fink <werner.fink@physik.uni-stuttgart.de>
  345.    486DX2/66 ICL         33.55   Mathias Koerber <mathias@solomon.technet.sg> 
  346.    486DX2/66 256c        33.58   Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  347.    486DX2/66             33.7    C Triantafillou <triant@pegasus.montcleair.edy>
  348.    486DX2/66 256c Intel  33.81   S Harris <harris@teaching.physics.ox.ac.uk> 
  349.    486DX2/66             33.9    Magnus Back <erambk@eraj.ericsson.se>
  350.    486DX2/66             34.06   Al Clark <aclark@netcom.com> 
  351.    486DX4/75             37.47   G Asmundarson <grettir@wordperfect.com>
  352.    486DX2/80 overcl/66   39.94   Mario L. Guttierez <mgutier@mentor.sdu.edu>
  353.    486DX2/80 AMD         39.94   Corey D Brenner <brenner@umr.edu>
  354.    486DX2/80             39.94   D t Haar <danny@caution.cistron.nl.mugnet.org> 
  355.    486DX2/80 overcl      39.94   Peter Suetterlin <ps@kis.uni-freiburg.de>
  356.    486DX2/80 AMD         39.94   JL Gomez <kitana!sysop@caprica.com>
  357.    486DX2/80 AMD         40      Rene Baart <baart@simplex.nl>
  358.    486DX2/80 AMD         40      Wolfgang Kalthoff <wo@rio70.bln.sni.de>
  359.    486DX2/80             40.0    Rick Brown <ccastrb@prism.gatech.edu> 
  360.    486DX2/80 AMD         40.14   Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
  361.    486DX2/80 AMD         40.14   Richard S. Stone <rstone@edgp.com>
  362.    486DX2/80 AMD         40.18   Adri Verhoef <a3@a3.xs4all.nl>
  363.    486DX4/100 256c       49.71   Lutz Pressler <lutz.pressler@med-stat.GWDG.de>
  364.    486DX2/100 AMD-over   40.14   Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
  365.    486DX4/100            50.05   fredk <fredk@shadow.net>
  366.    486DX4/100            50.08   Steven A. Duchene <sduchene@cis.ysu.edu>
  367.    486DX4/100            50.08   Piet de Bondt <bondt@dutiws.twi.tudelft.nl>
  368.    486DX4/100 256c       50.08   Thomas Kanschik <y0000997@ws.rz.tu-bs.de>
  369.    486DX4/100            50.08   Linas Vepstas <linas@fc.net>
  370.    486DX4/100            50.08   Ed Daiga <daiga@engin.umich.edu>
  371.    486DX4/100 notebook   50.08   Gerry Quejada <fd863@cleveland.freenet.edu>
  372.    486DX4/100            50.08   Tom Sinclair <sinner@cafe.net>
  373.    486DX4/100            50.08   Julian Bradbury <julian@xabcs.demon.co.uk>
  374.    486DX4/100            50.51   Frederic Potter <frederic@swing.ibp.fr>
  375.   
  376. G. Normal Pentium systems
  377.  
  378.    System             BogoMips   Reporter
  379.    Pentium/60            23      Chien-An Chen <giant@nwu.edu>
  380.    Pentium               23.96   Joost Helberg <jhelberg@nlsun8.oracle.nl> 
  381.    Pentium               23.96   Ulf Tietz <ulf@rio70.bln.sni.de> 
  382.    Pentium/60 Gateway    23.96   Manoj Kasichainula <mvkasich@eos.ncsu.edu> 
  383.    Pentium/60            23.96   Pierre Frenkiel <frenkiel@cdfap1.in2p3.fr>
  384.    Pentium/60 NCR 3455   24      Mathias Koerber <mathias@solomon.technet.sg> 
  385.    Pentium/66            25      Chuck Munro <chuckm@canada.hp.com>
  386.    Pentium/75            30.22   Stuart Nuttall <u9230106@sys.uea.ac.uk>
  387.    Pentium/90 notebook   32.73   Rich Neves <neves@cs.colorado.edu>
  388.    Pentium/90            35.88   Joe Anderson <CPJJA@ttacs3.ttu.edu>
  389.    Pentium/90            35.88   Warwick Allison <warwick@cs.uq.oz.au>
  390.    Pentium/90            36      Larry Auton <lda@nfa.research.att.com>
  391.    Pentium/90            36      Richard Knipe <knipe@lobby.ti.com>
  392.    Pentium/90            36.0    Werner Almesberger <almesber@lrc.epfl.ch>
  393.    Pentium/90 Zeos       36.08   Chris Laurel <claurel@mr.net>
  394.    Pentium/90            36.08   Pak Yin Tam "Fred" <ptam@eesun1.tamu.edu>
  395.    Pentium/90            36.08   Tim Krantz <tek@dsinc.com>
  396.    Pentium/90 Gateway    36.08   Pete Stewart <stewart@bae.bellcore.com>
  397.    Pentium/90            36.08   Tom Manos <tmanos@infi.net>
  398.    Pentium/90            36.08   NN <usenet@uxmail.ust.hk>
  399.    Pentium/90            36.08   Yavuz Batmaz <yavuzb@knidos.cc.metu.edu.tr>
  400.    Pentium/90            36.08   Julian Bradbury <julian@xabcs.demon.co.uk>
  401.    Pentium/90            36.08   Dan Langrill <langrlld@mussel.cig.mot.com>
  402.    Pentium/90 Micronics  36.09   Andrew Brown <andrewbrown@acm.org>
  403.    Pentium/90            36.27   Giao H. Phan <giao@concrete.resnet.upenn.edu>
  404.    Pentium/90 Plato      36.4    Joe Valenzuela <smarm@ibm.met>
  405.    Pentium/90            36.5    Mike Kelleher <mikejk@umfacad.maine.edu>
  406.    Pentium/90            36.9    Ted Gaunt <tgaunt@pms701.pms.ford.com>
  407.    Pentium/100           39.94   Jered <jered@mit.edu>
  408.    Pentium/100           40.18   <habibie@catevr.fiu.edu>
  409.   
  410. H. Other systems (non-Linux systems in brackets)
  411.  
  412.    System                   BogoMips   Reporter
  413.    68030/25 Amiga 3000          6.21   Hamish Macdonald <hamish@bnr.ca> 
  414.    68040/24 Amiga 4000/40      16.6    Hamish Macdonald <hamish@bnr.ca> 
  415.    (68040 NextStep)            16.26   Stephane Matis <petergun@coffeehaus.com>
  416.    PowerPC601/66 Mac (linux?)  51.62   Fred Klein <klein@des3.u-strasbg.fr>
  417.    MIPS Magnum (?)             67.10   Andreas Busse <andy@waldorf-gmbh.de>
  418.    (Alpha OSF1 v2)             92.00   Stephane Matis <petergun@coffeehaus.com>
  419.    Alpha/166                  164.59   D. Mosberger-Tang <davidm@cs.arizona.edu>
  420.    (Alpha DEC OSF/1)          180.0    L. Mauger <mauger@ensinfo.univ-nantes.fr>
  421.    
  422. In one and a half week, Isolde will be one year old. Her first 
  423. real steps are bound to happen RSN as she already 'walks' around
  424. while holding tight to the table/toycar/daddy. 
  425.    
  426. Met vriendelijke groeten, Wim van Dorst.
  427. ---------------------------------------------------------------------
  428. Blue Baron = Wim van Dorst, Voice (+31) 074-443937, (+31) 02152-42319
  429. (-:        baron@clifton.hobby.nl           WvD@Akzo.nl           :-)
  430. ---------------------------------------------------------------------
  431.