home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / DOC / HOWTO / MINI / BOGOMIPS < prev    next >
Encoding:
Text File  |  1996-08-18  |  54.5 KB  |  936 lines

  1.  
  2.                       BogoMips mini-Howto
  3.           Wim C.A. van Dorst  <baron@clifton.hobby.nl>
  4.                          1996-08-16
  5.  
  6. This text gives a little information about BogoMips, compiled
  7. from various sources by news and mail. This text is retrievable 
  8. from the various Linux archives in ~linux/docs/HOWTO/mini/BogoMips.
  9. An article was published in the Linux Journal, issue January 1996
  10.  
  11.    The Lowest Linux BogoMips:    
  12.                   Tim Van der Linden <timvdl@innet.be>
  13.                   Intel 8088/4.77
  14.                   0.02 BogoMips
  15.  
  16.    The Highest Linux BogoMips:
  17.                   Linus Torvalds <torvalds@linux.cs.helsinki.fi>
  18.                   David Mosberger-Tang <davidm@azstarnet.com>
  19.                   Alpha 21164/333 Alcor
  20.                   331.35 BogoMips
  21.  
  22.  
  23. ------------------------------------------------------------------------------
  24. Contents of this mini-HOWTO:
  25.  
  26.    1. What are BogoMips                   Lars Wirzenius
  27.    2. How to estimate BogoMips            several authors
  28.    3. Variations in BogoMips rating       Linus Torvalds
  29.    4. Standalone BogoMips program         Jeff Tranter
  30.    5. BogoMips ... failed                 Wim van Dorst
  31.    6. What about clone CPUs               Wim van Dorst
  32.    7. Why to pay attention to BogoMips    Wim van Dorst
  33.  
  34.    8. Compilation of ratings              Wim van Dorst
  35.       A. Oddly or faultly configured 386 systems
  36.       B. Normal 386 systems
  37.       C. Oddly or faultly configured 486 systems
  38.       D. Cyrix/IBM configured 486 systems 
  39.       E. Normal 486 systems
  40.       F. Oddly or faultly configured Pentium systems
  41.       G. Normal Pentium systems
  42.       H. Normal Pentium variations 
  43.       I. Normal Alpha systems
  44.       J. Normal Motorola systems
  45.       K. Other systems: Sparc, PowerPC, Mips, Intel 8088
  46.       L. Non-Linux systems (reference only)
  47.  
  48.  
  49. ------------------------------------------------------------------------------
  50. 1. What are BogoMips
  51.  
  52. >From Lars Wirzenius' <wirzeniu@kruuna.Helsinki.FI> mail 
  53. of 9 September 1993, explaining Bogomips, with additional
  54. detailed information by Wim van Dorst:
  55.  
  56.    `MIPS is short for Millions of Instructions Per Second.
  57.    It is a measure for the computation speed of a program.
  58.    Like most such measures, it is more often abused than
  59.    used properly (it is very difficult to justly compare
  60.    MIPS for different kinds of computers).
  61.  
  62.    BogoMips are Linus's invention. The kernel (or was it a
  63.    device driver?) needs a timing loop (the time is too
  64.    short and/or needs to be too exact for a non-busy-loop
  65.    method of waiting), which must be calibrated to the
  66.    processor speed of the machine. Hence, the kernel
  67.    measures at boot time how fast a certain kind of busy
  68.    loop runs on a computer. "Bogo" comes from "bogus", i.e,
  69.    something which is a fake. Hence, the BogoMips value
  70.    gives some indication of the processor speed, but it is
  71.    way too unscientific to be called anything but BogoMips.
  72.  
  73.    The reasons (there are two) it is printed during bootup
  74.    is that a) it is slightly useful for debugging and for
  75.    checking that the computers caches and turbo button work,
  76.    and b) Linus loves to chuckle when he sees confused
  77.    people on the news.'
  78.  
  79. BogoMips are being determined in /usr/src/linux/init/main.c
  80. (simple C algorithm), and the pertaining kernel variable
  81. loops_per_sec is used in various drivers of the net, scsi, 
  82. and char sections. The actual delay functions are in assembler, 
  83. and therefore each port has their own in include/asm/delay.h.
  84. This loops_per_sec variable is used in various drivers for
  85. char, net, and scsi devices (see `find /usr/src/linux -name
  86. '*.[hcS] -print -exec fgrep loops_per_sec {} \;`)
  87.  
  88. ------------------------------------------------------------------------------
  89. 2. How to estimate BogoMips
  90.  
  91. >From a initiative by Ian Jackson <ijackson@nyx.cs.du.edu> and
  92. Przemek Klosowski, much updated and expanded by Wim van Dorst for 
  93. current data, as listed below:
  94.  
  95.    As a very approximate guide, the BogoMips can be calculated by:
  96.  
  97.      System              BogoMips                           Comparison
  98.      Intel 8088          clock * (0.004 plusminus 0.001)     0.02
  99.      Intel/AMD 386SX     clock * (0.14  plusminus 0.01)      0.8
  100.      Intel/AMD 386DX     clock * (0.18  plusminus 0.01)      1 (definition)
  101.      Motorola 68030      clock * (0.25  plusminus 0.005)     1.4
  102.      Cyrix/IBM 486       clock * (0.34  plusminus 0.065)     1.8
  103.      Intel Pentium       clock * (0.40  plusminus 0.035)     2.2
  104.      Intel 486/AMD 5x86  clock * (0.50  plusminus 0.01)      2.8
  105.      Mips R4000/R4400    clock * (0.50  plusminus 0.015)     2.3
  106.      Nexgen Nx586        clock * (0.75  plusminus 0.010)     4.2
  107.      PowerPC 601         clock * (0.84  plusminus 0.015)     4.7
  108.      Alpha (all)         clock * (0.99  plusminus 0.005)     5.5
  109.      Intel Pentium Pro   clock * (0.99  plusminus 0.005)     5.5
  110.      Cyrix 5x86/6x86     clock * (1.00  plusminus 0.005)     5.6
  111.      Mips R4600          clock * (1.00)                      5.6
  112.      AMD 5k86            clock * (2.00  plusminus 0.010)    11.1
  113.      Motorola 68060      clock * (2.01)                     11.2
  114.  
  115.      Motorola 68040      (insufficient data yet)
  116.      Sparc               (insufficient data yet)
  117.  
  118.    - Note that the BogoMips calculation loop does not take
  119.      advantage of the parallelism of various processors, such
  120.      as the Intel Pentium and the Alpha 21164. 
  121.    - Note that the BogoMips calculation loop for the non-Intel 
  122.      CPUs is similar but not the same.
  123.  
  124.  
  125. ------------------------------------------------------------------------------
  126. 3. Variations in BogoMips rating
  127.  
  128. >From Linus Torvalds <torvalds@cc.helsinki.fi>, explaining about the 
  129. variation one may see in the BogoMips rating, in c.o.l.development, 
  130. at 28 April 1994
  131.  
  132.    `The BogoMips calculation loop is "quantizised", so you're
  133.    most likely to get the exact same number all the time.
  134.    You usually will get different numbers only if the speed
  135.    is just on the "edge", when small variations (different
  136.    time for interrupt ticks etc) will make it jump from one
  137.    value to the other.'
  138.  
  139.  
  140. ------------------------------------------------------------------------------
  141. 4. Standalone BogoMips program
  142.  
  143. >From the readme file of the standalone BogoMips program
  144. by Jeff Tranter <jeff_tranter@mitel.com>:
  145.  
  146.    `Tired of rebooting your system so you can see how many
  147.    BogoMIPS it's running at today?  [...] "Bogomips" is a
  148.    standalone program that displays your system performance
  149.    using one of the world's most recognized benchmarks.  It
  150.    uses the same code that is used in the Linux kernel while
  151.    booting, but runs as a user program. [...] Version 1.3 of
  152.    BogoMIPs is now portable and should run on any system
  153.    that supports an ANSI C compiler and library.'
  154.  
  155.    Note that due to system load values calculated with the
  156.    standalone program may be lower than registered in the 
  157.    list below.
  158.  
  159. Intrinsically the standalone cannot give precisely similar
  160. information to the boot sequence BogoMips, since system
  161. load will compete with this program run by an ordinary user.
  162.  
  163. The Linux kernel code referred to is used only in the Intel
  164. version, and then defined as 'classic bogomips'. Linux
  165. is ported to really different hardware, and thus other
  166. BogoMips code had to be used, which this standalone program 
  167. does not take in account. Therefore the BogoMips measured 
  168. with the portable version can be quite different from the
  169. real BogoMips as displayed during booting.
  170.  
  171.  
  172. ------------------------------------------------------------------------------
  173. 5. BogoMips ... failed
  174.  
  175. Suggested by various questions on the net and private mail, 
  176. e.g. by Lily <lbliao@alumni.caltech.edu> and by Pierre Frenkiel 
  177. <frenkiel@cdfap2.in2p3.fr>. In March 1995 they asked:
  178.  
  179.    `When I boot Linux I get the message:
  180.       Calibrating delay loop.. ok - 23.96 BogoMips
  181.       failed
  182.    Where/why has the calibration delay loop failed?'
  183.  
  184.    It didn't fail. If it had failed the text would have been
  185.       Calibrating delay loop.. failed
  186.  
  187.    What likely did fail was a driver for some gadget which
  188.    you may not have in your machine. Just after calculating
  189.    the BogoMips rating all device drivers are initiated.
  190.    First the SCSI devices, then Net devices, etc.  Any
  191.    failure is duly reported. Noteworthy is the AHA152x
  192.    driver. Other effects of failing drivers (and not of
  193.    failing BogoMips calculations) are systems crashes, long
  194.    waits, and complete system locks.
  195.  
  196.    Since Linux 1.2 many error messages have improved, so
  197.    upgrade to at least that version to find out which
  198.    particular driver it is that is failing.
  199.  
  200. ------------------------------------------------------------------------------
  201. 6. What about clone CPUs (Cyrix, NexGen, etc)
  202.  
  203.    Cyrix 486-like CPUs need cache enabling software, sometimes
  204.    referred to as BogoBoost software. Some is available as a
  205.    standalone program, some as a kernel patch: all from the 
  206.    normal archives, in obvious places. 
  207.  
  208.    Cyrix 5x86 and 6x86 CPUs may have their BogoMips improved
  209.    drastically by branch-prediction (BIOS option). Note that
  210.    the performance improvement is marginal. Branch-prediction
  211.    is reported not to be 100% stable, and memory faults
  212.    may show up. One can give it a try.
  213.  
  214.    NexGen 386-enhanced CPUs, marked as Nx586, are listed as 
  215.    386-like, since the fact that they are performing like
  216.    Pentium machines is not relevant to BogoMips.
  217.  
  218.    AMD 486DX5, also denoted as AMD 5x86, are quadrupled 486/33
  219.    machines, and thus listed as such. The are fully in line 
  220.    with other 486 CPUs.
  221.  
  222.  
  223. ------------------------------------------------------------------------------
  224. 7. Why to pay attention to BogoMips
  225.  
  226. Let me add that there are only two reasons for paying attention
  227. to the BogoMips rating that is presented on booting Linux:
  228.  
  229.    1. To see whether it is in the proper range for the particular 
  230.       processor, its clock frequency, and the potentially present
  231.       cache. Especially 486 systems (and variations thereof) are 
  232.       prone to faulty setups of RAM cache setting (write-back which 
  233.       is wrong for BogoMips, versus write-through which is ok), 
  234.       turbo-buttons, BIOS-software emulated 'fake' cache, and similar
  235.       cache and clock related things. 
  236.  
  237.    2. To see whether your system is faster than mine. Of course this
  238.       is completely wrong, unreliable, ill-founded, and utterly
  239.       useless, but all benchmarks suffer from this same problem. So
  240.       why not use it? This inherent stupidity has never before stopped
  241.       people from using benchmarks, has it? :-)
  242.  
  243.  
  244. ------------------------------------------------------------------------------
  245. 8. Compilation of ratings
  246.  
  247. The following table gives some reported BogoMips ratings for
  248. various systems. Note that the ratings here are from the
  249. Linux actual booting sequence, except of course for the section 
  250. on Non-Linux Systems.
  251.  
  252. A. Oddly or faultly configured 386 systems
  253.  
  254.    System              BogoMips  Reporter
  255.    386DX/16 387 nocache   0.57   H. Peter Anvin <hpa@nwu.edu> 
  256.    386DX/25               0.82   P Wright <philip.wright@purplet.demon.co.uk> 
  257.    386DX/25 nocache       1.03   Mark A. Horton <mahmha@crl.com> 
  258.    386SX/16               1.5    Stefan Kromer <sk@galaxy.sunflower.sub.org> 
  259.    386SX/16               1.6    Bill Davidsen <davidsen@tmr.com>
  260.    386SX/20               1.87   Paul C. Dulany <pcdulany@wam.umd.edu>
  261.    386DX/25(?) 128c       6.03   Chuck Meo <meo@solbourne.com> 
  262.    386DX/20              13      Ed Runnion <erunnio@hubcap.clemson.edu>
  263.  
  264. B. Normal 386 systems
  265.  
  266.    System              BogoMips  Reporter
  267.    386SX/16 Packard Bell  2.05   <root@Belvedere\%hip-hop.suvl.ca.us>  
  268.    386SX/16               2.09   David E. Fox <dfox@belvedere.sbay.org>
  269.    386SX/16               2.15   W Stevens <wgsteven@math.uwaterloo.co> 
  270.    386SX/16               2.2    Lech Marcinkowski <puolalm@tekla.fi> 
  271.    386SX/16               2.23   Andrew Bulhak <acb@yoyo.cc.monash.edu.au> 
  272.    386SX/16               2.23   Steven M. Gallo <smgallo@cs.buffalo.edu> 
  273.    386SX/16               2.34   Kevin Burtch <kburtch@pts.mot.com>
  274.    386SX/16 turbo         2.38   Andrew Haylett <ajh@gec-mrc.co.uk> 
  275.    386SX/16 0c            2.43   Adam Clarke <adamc@loose.apana.org.au> 
  276.    386SX/16               2.49   Waymon <waymon@pacifier.com>
  277.    386SX/20               2.7    Alex Strasheim <astrashe@nyx.cs.du.edu> 
  278.    386SX/20               2.70   J.L. Brothers <brothers@halcyon.com>
  279.    386SXL/25 AMD          2.9    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU> 
  280.    386SX/25 AMD 0c        3.06   K.J. MacDonald <kenny@festival.ed.ac.uk> 
  281.    386SX/25 AMD           3.38   Hamish Coleman <hamish@zot.apana.org.au> 
  282.    386SX/25 0c            3.52   Rogier Wolff <r.e.wolff@et.tudelft.nl>
  283.    386SL/25 Intel         3.57   S Harris <harris@teaching.physics.ox.ac.uk> 
  284.    386SX/25 AMD           3.62   S Harris <harris@teaching.physics.ox.ac.uk> 
  285.    386SXL/25 AMD 0c       3.71   David E.A. Wilson <david@cs.uow.edu.au>
  286.    386SX/33 Intel         4.06   Kenneth J. Hoover <ken@PSUEDVAX.PSU.EDU> 
  287.    386SX/33               4.71   Alexander Komlik <apkom@l.ukrcom.kherson.ua> 
  288.    386SX/40 Intel 0c      6.03   Michael Kenyon <u3g12@keele.ac.uk>
  289.    
  290.    386DX/16               2.49   Mike <mike@emgee.demon.co.uk>
  291.    386DX/20 Intel         3.0    Malcolm Reeves <reeves@rocky1.usask.cs> 
  292.    386DX/20 Intel         3.08   Si. Harris <harris@teaching.physics.ox.ac.uk> 
  293.    386DX/20 Nec Powermate 3.22   David J Dawkins <davidd@isl.co.uk> 
  294.    386DX/20 Micronics     3.25   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  295.    386DX/20               3.67   Joost Helberg <jhelberg@nlsun8.oracle.nl> 
  296.    386DX/25               3.91   Ian McCloghrie <imcclogh@cs.ucsd.edu> 
  297.    386DX/25               3.95   Grant Edwards <grante@aquarius.rosemount.com> 
  298.    386DX/25 0cache        3.96   J.O. Williams <jow@techbase.com>
  299.    386DX/25 32cache       4.53   J.M.A. Lahtinen <jmalahti@klaava.Helsinki.FI> 
  300.    386DX/33               5.86   Tim Lacy <timla@microsoft.com> 
  301.    386DX/33 64cache       5.99   Lars Wirzenius <wirzeniu@kruuna.Helsinki.FI> 
  302.    386DX/33 Intel         5.99   Harri Pasanen <hpasanen@cs.hut.fi> 
  303.    386DX/33 no387         6.03   Joel B.Levin <levin@bbn.com> 
  304.    386DX/33 387           6.03   Peter Bechtold <peter@fns.greenie.muc.de> 
  305.    386DX/40               6.21   J.L. Brothers <brothers@halcyon.com>
  306.    386DX/33               6.46   Dennis Robinson <djrobins@uxa.cso.uiuc.edu>
  307.    386DX/33               6.5    Dean Nelson <deannelson@aol.com>
  308.    386DX/33 387 256cache  6.65   Wim van Dorst <baron@clifton.hobby.nl> 
  309.    386DX/33               6.65   Rick Lim <ricklim@opus.freenet.vancouver.bc.ca>
  310.    386DX/33               6.7    Craig Hagan <hagan@cih.com>
  311.    386DX/40               6.99   Ken Wilcox <wilcox@math.psu.edu> 
  312.    386DX/40 AMD           7.76   Joe Phillips <rchandra@letter.com>
  313.    386DX/40 AMD           7.10   Kerry Person <kperson@plains.NoDak.edu> 
  314.    386DX/40               7.10   D. Bikram Singh <a336dhal@cdf.toronto.edu> 
  315.    386DX/40 128cache      7.23   Julian Francis Day <jfd0@aber.ac.uk> 
  316.    386DX/40 bogoboosted   7.23   Pat St Jean <stjean@math.enmu.edu> 
  317.    386DX/40 AMD 128cache  7.23   R.Bergs <rabe@akela.informatik.rwth-aachen.de> 
  318.    386DX/40 slow DRAM     7.26   John Lockwood <lockwood@pan.vlsi.uiuc.edu>
  319.    386DX/40 128c          7.29   Karsten Friese <ftdkafr@ftd.ericsson.se>
  320.    386DX/40               7.29   E.C. Garrison <ericg@nickel.ucs.indiana.edu> 
  321.    386DX/40               7.29   Darin Cowan <cowan@rubicon.org> 
  322.    386DX/40               7.29   Bonne van Dijk <bonne@cs.utwente.nl> 
  323.    386DX/40 AMD           7.76   Todd Lindner <tlindner@panix.com>
  324.    386DX/40               7.76   Bear Giles <bear@indra.com>
  325.    386DX/40 AMD 387 64c   7.91   <wires@gnu.ai.mit.edu> 
  326.    386DX/40               7.98   Frank Pilhofer <fp@informatik.uni-frankfurt.de>
  327.    386DX/40 64c           7.98   Dean Junk <dpjunk@mm.com>
  328.    386DX/40 AMD 32c       7.98   Tommy Olsen <tommyo@ifi.uio.no> 
  329.    386DX/40 AMD           7.98   James Reith <reith@racores.com>
  330.    386DX/40               7.98   Aaron T. Baldie <atb@u.washington.edu>
  331.    386DX/40 128c          7.98   John Pate <jpate@easynet.co.uk>
  332.    386DX/40               7.98   Christian Nelson <cnelson@csugrad.cs.vt.edu> 
  333.    386DX/40               7.98   Alan Peckham <peckham@drei.enet.dec.com>
  334.    386DX/40               8.06   Richard Brown <brown@midget.towson.edu>
  335.    386DX/40               8.06   Bill G. Bohling <bs146@tali.uchsc.edu>
  336.  
  337.    Nx586/90 NexGen       67.44   <root@wgw.mnsinc.com>
  338.    Nx586/90 NexGen       67.44   Robert Gehring <rag@cs.tu-berlin.de>
  339.    Nx586/90 NexGen       67.48   David G. Eckard <dgeckard@eos.ncsu.edu>
  340.    Nx586/100 NexGen      74.34   Cameron L. Spitzer <cls@truffala.sj.ca.us>
  341.    Nx586/100 NexGen 256c 74.56   Marius Groenendijk <marius@cray-systems.lu>
  342.    Nx586/110 NexGen 256c 81.51   Michael J. Micek <mmicek@muddcs.cs.hmc.edu>
  343.    
  344. C. Oddly or faultly configured 486 systems
  345.  
  346.    System              BogoMips  Reporter
  347.    486DX/33 0c            1.45   Mark Gray <vatavian@gvu1.gatech.edu> 
  348.    486SL/25 0c            1.95   Paraskevas Evripidou <skevos@seas.smu.edu>
  349.    486DLC/40 0c           2.45   S.Schendel <sschend@magnus.acs.ohio-state.edu> 
  350.    486DX/33 128c          2.94   P.J. Nefkens <p.nefkens@student.utwente.nl>
  351.    486DX4/120 AMD         3.04   Andrew Steinbach <stei0113@maroon.tc.umn.edu>
  352.    486DX5/133 AMD         3.05   Eric Hagen <ehagen@hawaii.edu>
  353.    486DX4/100 Cyrix       3.06   Stuart Harvey <sharvey@primenet.com>
  354.    486DX5/133 AMD         3.06   Charles Galpin <chg@severn.wash.inmet.com>
  355.    486DX4/100             3.06   Bear Giles <bear@indra.com>
  356.    486DX2/80              3.08   Gerald E. Butler <gbutler@phoenix.kent.edu>
  357.    486DX4/120 AMD         3.08   Charles Hines <chuck_hines@vnet.ibm.com>
  358.    486DX4/66 256c         3.10   Riccardo Capella <mc8508@mclink.it>
  359.    486DX4/100 wb-cache    3.10   Paul Close <pdc@sgi.com>
  360.    486DX4/120             3.13   Brian Perkins <bperkins@netspace.com>
  361.    486DX4/120 AMD         3.15   <eruston@net2.intserv.com>
  362.    486DX4/100             3.17   Thomas Sudbrak <sudbrak@borneo.gmd.de>
  363.    486SLC2/50 Cyrix       3.30   Colin J. Wynne <cwynne@sage.wlu.edu>
  364.    486DX/33               3.61   Marten van de Laan <marten@cs.rug.nl> 
  365.    486DX/33 noturbo       3.61   Dimitris Evmorfopoulos <devmorfo@mtu.edu> 
  366.    486DX4/120             3.74   Brian Wheeler <bdwheele@indiana.edu>
  367.    486DX4/120 AMD         3.74   Frank Pilhofer <fp@informatik.uni-frankfurt.de>
  368.    486DX4/100 Cyrix 256c  4      Joel Kelso <joel@cs.murdoch.edu.au>
  369.    486DX/33 256c noturbo  4.25   Wouter Liefting <wlieftin@cs.vu.nl> 
  370.    486DX/33               4.66   Mark Gray <vatavian@gvu1.gatech.edu> 
  371.    486Rx2 Cyrix 25/50     4.85   <cosc19v2@menudo.uh.edu>  
  372.    486SX/33 noturbo       5.21   Scott D. Heavner <sdh@fishmonger.nouucp> 
  373.    486DX2/66 overdrive    5.37   Jeremy Orr <jeremy@careercenter.sfsu.edu>
  374.    486DX/33               5.66   Ryan Tucker <rtucker@ttgcitn.com>
  375.    486DX2/66              5.88   P.J. Nefkens <p.nefkens@student.utwente.nl>
  376.    486DX4/100             5.94   Howard Goldstein <hg@n2wx.ampr.org>
  377.    486DX4/100 AMD         5.94   Mr Pink <vince@dallas.demon.co.uk>
  378.    486DX4/100 notebook    6.55   Thomas <tom@dirac.physik.uni-konstanz.de>
  379.    486DX4/100 notebook    6.55   Hugh McCurdy <hmccurdy@ix.netcom.com>
  380.    486SLC Cyrix           7      Pieter Verhaeghe <pive@uia.ac.be> 
  381.    486SX/33               7.84   Paul Hedderly <prh6@unix.york.ac.uk>
  382.    486DLC/40              7.98   Wil Cromer <nwc2@Ra.MsState.Edu>
  383.    486DX4/100            11.11   NN <usenet@uxmail.ust.hk>
  384.    486DX4/100            11.3    Earl Gooch <egooch@mc.com> 
  385.    486/66 Cyrix          13.02   Mike Baptiste <baptiste@bnr.ca>
  386.    486SLC2/25            14.6    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU> 
  387.    486DX2/66 laptop      14.46   Robert Knop <rknop@netcom.com>
  388.    486SLC2/66            18.94   <root@avalon.net>
  389.    486DX/33 turbo        19.98   C Vetter <cbvetter@informatik.th-darmstadt.de> 
  390.    486SX-S/33 UMD 0c     20.20   Hynek Med <xmedh02@manes.vse.cz>
  391.    486DX4/75             21.5    Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  392.    486DX4/75             24.13   Sherman Hsieh <shieh@csua.berkeley.edu>
  393.    486DX2/58             26.3    Vassili Leonov <leonov@iedv7.acd.com>
  394.    486SX-S/40 UMD 0c     26.63   Hynek Med <xmedh02@manes.vse.cz>
  395.    486SX-U5/40 UMC 0c    26.63   Dusan Mihajlovic <zdule@herkules.co.yu>
  396.    486DX4/100 overclock  28.67   Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  397.    486DX2/80             36      Mark Lee <mlee@heartlab.rri.uwo.ca>
  398.    486DX2/80             50.08   Mark Lee <mlee@heartlab.rri.uwo.ca>
  399.    486DX4/100            60      Sebastien Dedieu <dedieu@emi.u-bordeaux.fr>
  400.    486DX2/100 overclock  60.45   Tony D Shan <tdsst9+@pitt.edu>
  401.    486DX5/133 AMD        75.40   Jeff Hyche <jwhyche@scott.net>
  402.    486DX5/133 AMD        80.08   NN <guesta@slip-29-7.ots.utexas.edu>
  403.    486DX5/133 AMD        87      John Wiggins <jwiggins@comp.uark.edu>
  404.    
  405. D. Cyrix/IBM configured 486 systems 
  406.  
  407.    System             BogoMips   Reporter
  408.    486DLC/33              9.42   Dennis Robinson <djrobins@uxa.cso.uiuc.edu>
  409.    486DLC/33 387DX/40     9.47   Denis Solaro <drzob@vectrex.login.qc.ca> 
  410.    486DLC/33 Cyrix wb     9.5    Matthew Asplund <matt@xenon.cchem.berkely.edu>
  411.    486DLC/33 Cyrix 386   11.2    Alex Freed <freed@europa.orion.adobe.com> 
  412.    486DLC/40 256c        11.33   S.Schendel <sschend@magnus.acs.ohio-state.edu> 
  413.    486Dx/40 Cyrix        11.73   Malcolm Bremer <malcolm@strw.LeidenUniv.nl>
  414.    486DRx2/40 Cyrix      13.10   Christopher Lau <clau@acs.ucalgary.ca> 
  415.    486DX/33 Cyrix        13.21   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  416.    486DLC/40 bogoboost   13.21   Harry Pasanen <ps@tekla.fi> 
  417.    486DLC/40 487 Cyrix   13.21   Ian A. Verschuren <iav@po.CWRU.Edu> 
  418.    486DCL Cyrix          13.3    Tracer Bullet P.I. <ges@earth.baylor.edu> 
  419.    486DLC/40             13.31   Adam Frampton <frampton@access2.digex.net> 
  420.    486DLC/40             13.31   Rick Chow <crc@cacs.usl.edu> 
  421.    486SLC-S/33           13.51   Brad Pepers <pepersb@cuug.ab.ca>
  422.    486DLC/40 no Cxpatch  15.47   Sergei O. Naoumov <serge@envy.astro.unc.edu>
  423.    486DLC/40 TI 128c     15.97   Philip K. Roban <phil@seal.micro.umn.edu> 
  424.    486DLC/40 Cyrix       15.97   Louis J. LaBash <labash@lcjones.aclib.siue.edu>
  425.    486DRx2/40            15.99   Christopher Lau <lauc@fusion.cuc.ab.ca> 
  426.    486DX2/66 IBM no-FF   19      NN <coolefa@pmifeg.com>
  427.    486SLC2/66 IBM 64c    18.95   Sujat Jamil <sujat@shasta.ee.umn.edu> 
  428.    486SLC2/66 IBM 128c   18.95   Sujat Jamil <sujat@shasta.ee.umn.edu> 
  429.    486SLC2/66            19.02   Harry Mangalam <mangalam@uci.edu> 
  430.    486SLC/50             19.28   Sion Arrowsmith <sion@bast.demon.co.uk>
  431.    486BL3/75 IBM 256c    21.50   Ming S. Chan <ming.chan@canrem.com>
  432.    486DX2/66 Cyrix 128c  26.63   Derek Kwan <dkwan@zeus.UWaterloo.ca>
  433.    486DX2/66 Cyrix       26.63   Adrian Parker <adrian@willen.demon.co.uk>
  434.    486DX2-S/66 256c      26.63   Jean-Marc Wislez <JeanMarc.Wislez@rug.ac.be>
  435.    
  436. E. Normal 486 systems
  437.  
  438.    System             BogoMips   Reporter
  439.    486SX/20 DECpc         9.98   Thomas Pfau <pfau@cnj.digex.com> 
  440.    486SX/25              12.24   M. Buchenrieder <mibu@scrum.greenie.muc.de>  
  441.    486SX/25              12.3    Darren McKay <e9bh@unb.ca>
  442.    486SX/25              12.42   Mark R. Lindsey <mlindsey@nyx.cs.du.edu> 
  443.    486DX/25              12.5    Phillip Hardy <phillip@mserve.kiwi.gen.nz> 
  444.    486SX/25              12.52   Emmanual Emore <emor7672@elan.rowan.edu>
  445.    486DX/33 256c         16.33   Eric Kemminan <ekemmina@pms709.ms.ford.com> 
  446.    486DX/33              16.35   Christopher L. Morrow <cm43@andrew.cmu.edu> 
  447.    486DX/33              16.43   Rob Janssen <pe1chl@amsat.org>
  448.    486DX/33 64cache      16.44   H. Peter Anvin <hpa@nwu.edu> 
  449.    486DX/33 256c DIY     16.44   Wouter Liefting <wlieftin@cs.vu.nl> 
  450.    486DX/33 Intel 128c   16.44   Rafal Kustra <g1krakow@cdf.toronto.edu> 
  451.    486DX/33              16.5    Alex Freed <freed@europa.orion.adobe.com> 
  452.    486DX/33              16.6    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU> 
  453.    486DX/33 noturbo      16.61   C Vetter <cbvetter@informatik.th-darmstadt.de> 
  454.    486DX/33              16.61   Jeffrey L. Newbern <jnewbern@athena.mit.edu> 
  455.    486DX/33              16.61   Giuseppe De Marco <gdemarco@freenet.hut.fi>
  456.    486DX/33              16.61   M Heuler <heuler@informatik.uni-wuerzburg.de> 
  457.    486DX/33              16.61   Frank Lofaro <ftlofaro@unlv.edu> 
  458.    486DX/33              16.77   Donald Lewis <dlewis@jackson.freenet.org>
  459.    486DX/33              16.77   Stephan Boettcher <staphan@alzt.tau.ac.il>
  460.    486DX/33 256c         16.77   David Manchester <mustang@tartarus.uwa.edu.au>
  461.    486DX/40              19.8    Jose Calhariz <cal@minerva.inesc.pt> 
  462.    486DX/40              19.91   M Heuler <heuler@informatik.uni-wuerzburg.de> 
  463.    486DX/40              19.96   David A. Ranch <dranch@ecst.csuchico.edu>
  464.    486DX/40 AMD          19.97   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  465.    486DX/40 Intel        19.97   Paul van Spronsen <vspr@teppic.sun.ac.za> 
  466.    486DX/40              19.97   Ulf Tietz <ulf@rio70.bln.sni.de> 
  467.    486DX/40              19.97   <Eberhard_Moenkeberg@p27.rollo.central.de> 
  468.    486DX/40              19.97   Zoltan Lajber <lajbi@lajli.gau.hu>
  469.    486DX/40              19.97   Wim van Dorst <baron@wiesje.hobby.nl>
  470.    486DX/40 AMD          20      Chuck Munro <chuckm@canada.hp.com>
  471.    486DX/40 AMD          20.09   Pieter Eendebak <peendebak@bbsw.idn.nl>
  472.    486DX/50              24.48   Arnd Gehrmann <arnd@rea> 
  473.    486DX/50 AMD          24.85   Klaas Hemstra <hst@mh.nl> 
  474.    486DX/50 DTK          24.85   Randolph Christophers <randyc@lna.oz.au> 
  475.    486DX/50              24.85   Kevin Lentin <kevinl@bruce.cs.monash.edu.au> 
  476.    486DX2/50             24.85   Jason Matthew <jmatthew@kn.pacbell.com> 
  477.    486DX2/50             24.85   Gregory P. Smith <smithgr@cs.colorado.edu>
  478.    486DX/50 VLB          24.97   Tom Miller <tvtom@en.com>
  479.    486DX/50              24.99   Jeff <css@erols.com>
  480.    486DX/50 Intel 256c   24.99   Mike <mike@emgee.demon.co.uk>
  481.    486DX/50              25      Robert Herzog <rherzog@rc1.vub.ac.be> 
  482.    486DX2/50             25      M. Abrahamsson <swmike@uplift.df.lth.se>
  483.    486DX2/50             25.0    Christian Holtje <choltje@ux1.cso.uiuc.edu> 
  484.    486DX2/50 DECpc       25.04   Thomas Pfau <pfau@cnj.digex.com> 
  485.    486DX2/50 Eisa        25.04   John Willing <willing@cimage.com>
  486.    486DX2/50 256c        25.04   Zhou Yanmo <zhou@gauss.math.usf.edu>
  487.    486DX/50              25.04   Michael Kress <kress@hal.saar.de>
  488.    486DX2/50             25.04   Mats Wikholm <mwikholm@news.abo.fi>
  489.    486DX2/50             25.04   Jean C Delepine <delepine@linux.u-picardia.fr>
  490.    486DX/50              25.04   Jean C Delepine <delepine@linux.u-picardia.fr>
  491.    486DX/50              25.04   Kevin Burtch <kburtch@pts.mot.com>
  492.    486DX/50 notebook     25.04   Pierre Frenkiel <frenkiel@cdfap1.in2p3.fr>
  493.    486DX/50              25.10   M Heuler <heuler@informatik.uni-wuerzburg.edu> 
  494.    486DX2/50             25.4    Brian Kennedy <bkenned@hubcap.clemson.edu>
  495.    486DX2/66             32      Lee Sau Dan <h9210876@khuxa.hku.hk>
  496.    486DX2/66             32.9    Frederick <niles@axp745.gsfc.nasa.gov>
  497.    486DX2/66             33      Alec Muffett <alecm@uk-usenet.uk.sun.com> 
  498.    486DX2/66             33      NN <coolefa@pmifeg.com>
  499.    486DX2/66             33      Steve Tinney <sjt@enlil.museum.upenn.edu> 
  500.    486DX2/66 Intel       33      Chuck Munro <chuckm@canada.hp.com>
  501.    486DX2/66 VLB         33.0    Sebastien Dedieu <dedieu@emi.u-bordeaux.fr>
  502.    486DX2/66 AMD         33.05   G. Skinner <gskinner@gwsunix1.crystalball.com>
  503.    486DX2/66             33.20   Arnd Gehrmann <arnd@rea> 
  504.    486DX2/66 Intel/PCI   33.22   C. Menke <carsten.menke@post.uni-bielefeld.de>
  505.    486DX2/66             33.22   Brian Ricker <gt2327c@prism.gatech.edu> 
  506.    486DX2/66             33.22   Don Bennett < <don@engr.mun.ca>
  507.    486DX2/66             33.22   Robert Heller <heller@cs.umass.edu>
  508.    486DX2/66             33.22   Warwick Ward-Cox <wwar@lostlink.alt.za>
  509.    486DX2/66             33.22   Chien-An Chen <giant@nwu.edu>
  510.    486DX2/66 Eisa/VL     33.22   Serge <sviznyuk@magnus.acs.ohio-state.edu>
  511.    486DX2/66 AMD         33.22   Wayne Robinson <wayner@renoir.cftnet.com>
  512.    486DX2/66 Intel       33.22   Jim Barber <yeul@marsh.cs.martin.edu.au>
  513.    486DX2/66             33.22   Tom Lowery <tlowery@mcs.kent.edu>
  514.    486DX2/66             33.27   S Viznyuk <sviznyuk@magnus.acs.ohio-state.edu>
  515.    486DX2/66             33.3    Devon Tuck <devon@netcom.com> 
  516.    486DX2/66 256cache    33.4    H. Peter Anvin <hpa@nwu.edu> 
  517.    486DX2/66             33.5    Jongyoon Lee <mr2@netcom.com> 
  518.    486DX2/66             33.5    Petrovsky Alexey <gong@cs.msu.su>
  519.    486DX2/66             33.5    Sung Lee <slee2@umbc.edu>
  520.    486DX2/66             33.55   Gene McCulley <mcculley@greatwall.cctt.com>
  521.    486DX2/66             33.55   W. Zeilinger <wzeil@doradus.ast.univie.ac.at>
  522.    486DX2/66             33.55   Donald Lewis <dlewis@jackson.freenet.org>
  523.    486DX2/66             33.55   Eric Malkowski <malk@world.std.com>
  524.    486DX2/66 0c          33.55   Chris Petit <mystere@ix.net.com>
  525.    486DX2/66             33.55   <al-b@minster.york.ac.uk> 
  526.    486DX2/66             33.55   Jesper de Jong <jesper@cas.et.tudelft.nl>
  527.    486DX2/66             33.55   John Paul Morrison <jmorriso@bogomips.com>
  528.    486DX2/66             33.55   Arash <ei39594@ios.chalmers.se>
  529.    486DX2/66             33.55   Ralph Lewis <rlewis@mail.wsu.edu>
  530.    486DX2/66             33.55   Ulisses Alonso Camaro <alonso@bebe.uv.es>
  531.    486DX2/66             33.55   Bussmann <bussmann@wolpi.infomatik.uni-bonn.de>
  532.    486DX2/66 Intel/PCI   33.55   Louis J. LaBash <labash@lcjones.aclib.siue.edu>
  533.    486DX2/66 Intel       33.55   Andrew Tubbiolo <enigma@seds.lpl.arizona.edu>
  534.    486DX2/66             33.55   W Fink <werner.fink@physik.uni-stuttgart.de>
  535.    486DX2/66 ICL         33.55   Mathias Koerber <mathias@solomon.technet.sg> 
  536.    486DX2/66             33.55   Bill Pogue <gwp@dithots.dithots.org>
  537.    486DX2/66 256c        33.58   Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  538.    486DX2/66             33.7    C Triantafillou <triant@pegasus.montcleair.edu>
  539.    486DX2/66 256c Intel  33.81   S Harris <harris@teaching.physics.ox.ac.uk> 
  540.    486DX2/66             33.9    Magnus Back <erambk@eraj.ericsson.se>
  541.    486DX2/66 notebook    33.9    Robert A Knop <rknop@mop.caltech.edu>
  542.    486DX2/66             34.06   Al Clark <aclark@netcom.com> 
  543.    486DX4/75             37.47   G Asmundarson <grettir@wordperfect.com>
  544.    486DX2/80             39.93   Andrew Tubbiolo <enigma@seds.lpl.arizona.edu>
  545.    486DX2/80 overcl/66   39.94   Mario L. Guttierez <mgutier@mentor.sdu.edu>
  546.    486DX2/80 AMD         39.94   Corey D Brenner <brenner@umr.edu>
  547.    486DX2/80             39.94   Dan Delaney <cgdela01@homer.louisville.edu>
  548.    486DX2/80             39.94   D t Haar <danny@caution.cistron.nl.mugnet.org> 
  549.    486DX2/80 overcl      39.94   Peter Suetterlin <ps@kis.uni-freiburg.de>
  550.    486DX2/80 AMD         39.94   JL Gomez <kitana!sysop@caprica.com>
  551.    486DX2/80 AMD         39.94   Pete Krawczyk <pkrawczy@uiuc.edu>
  552.    486DX2/80 AMD         40      Rene Baart <baart@simplex.nl>
  553.    486DX2/80 AMD         40      Wolfgang Kalthoff <wo@rio70.bln.sni.de>
  554.    486DX2/80             40.0    Rick Brown <ccastrb@prism.gatech.edu> 
  555.    486DX2/80 AMD         40.14   Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
  556.    486DX2/80 AMD         40.14   Richard S. Stone <rstone@edgp.com>
  557.    486DX2/80             40.15   Oleg <oleg@hpcms.co.il>
  558.    486DX2/80 AMD         40.18   Adri Verhoef <a3@a3.xs4all.nl>
  559.    486DX2/80             40.18   Mats Andtbacka <mandtback@abo.fi>
  560.    486DX2/100 AMD overcl 49.14   Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
  561.    486DX4/100 256c       49.71   Lutz Pressler <lutz.pressler@med-stat.GWDG.de>
  562.    486DX4/100            49.71   Brett Gersekowski <bgrerseko@powerup.com.au>
  563.    486DX4/100 Intel 256c 49.77   Angelo Haritsis <ah@doc.ic.ac.uk>
  564.    486DX4/100            49.78   Aurel Balmosan <aurel@xylo.owl.de>
  565.    486DX4/100            49.87   Chris Saia <minkie@concentric.net>
  566.    486DX4/100            50      Donald Lewis <dlewis@jackson.freenet.org>
  567.    486DX4/100            50.02   Peter Skov Knudsen <gogol@ask.diku.dk>
  568.    486DX4/100            50.02   Shadow Weaver <djamison@students.wisc.edu>
  569.    486DX4/100 AMD        50.3    Dave <shodan@shodan.clark.net>
  570.    486DX4/100 AMD        50.04   Tony Smolar <asmolar@fast.net>
  571.    486DX4/100            50.05   fredk <fredk@shadow.net>
  572.    486DX4/100            50.06   Ronald Prague <ronp@fisnet.net>
  573.    486DX4/100            50.08   Matt Gisher <matt@matt.fidalgo.net>
  574.    486DX4/100            50.08   Steven A. Duchene <sduchene@cis.ysu.edu>
  575.    486DX4/100            50.08   Miles O'Neal <meo@schoneal.com>
  576.    486DX4/100            50.08   Will <zxmvg07@hp12.zdv.uni-tuebingen.de>
  577.    486DX4/100            50.08   Piet de Bondt <bondt@dutiws.twi.tudelft.nl>
  578.    486DX4/100 laptop     50.08   Karl Kleinpaste <karl_kleinpaste@cs.cmu.edu>
  579.    486DX4/100 256c       50.08   Thomas Kanschik <y0000997@ws.rz.tu-bs.de>
  580.    486DX4/100            50.08   Linas Vepstas <linas@fc.net>
  581.    486DX4/100            50.08   Ed Daiga <daiga@engin.umich.edu>
  582.    486DX4/100 notebook   50.08   Gerry Quejada <fd863@cleveland.freenet.edu>
  583.    486DX4/100 AMD        50.08   B Schuller <schuller@ind136a.wi.leidenuniv.nl>
  584.    486DX4/100            50.08   J.L. Brothers <brothers@halcyon.com>
  585.    486DX4/100            50.08   David E.A. Wilson <david@cs.uow.edu.au>
  586.    486DX4/100            50.08   Mark Lumsden <root@titan2.physics.mcmaster.ca>
  587.    486DX4/100            50.08   Ashar <ashar@netcom12.netcom.com>
  588.    486DX4/100            50.08   Jacob Waltz <waltz@pcjiw.lampf.lanl.gov>
  589.    486DX4/100            50.08   Tom Sinclair <sinner@cafe.net>
  590.    486DX4/100 AMD        50.08   G. Skinner <gskinner@gwsunix1.crystalball.com>
  591.    486DX4/100 AMD        50.08   Nick Savoiu <nick@ritz.mordor.com>
  592.    486DX4/100            50.08   Thomas J Fisher <twb5odt@nmia.com>
  593.    486DX4/100            50.08   Pascal Pensa <pensa@aurora.unice.fr>
  594.    486DX4/100            50.08   Julian Bradbury <julian@xabcs.demon.co.uk>
  595.    486DX4/100            50.51   Frederic Potter <frederic@swing.ibp.fr>
  596.    486DX4/100            50.66   Bill Stegers <bill_ste@zeelandnet.nl>
  597.    486DX4/120 256c       59.1    Kevin <kalichwa@oakland.edu>
  598.    486DX4/120 AMD        59.80   Mark Tranchant <mat92@ecs.soton.ac.uk>
  599.    486DX4/120 AMD        59.80   Fred Broce <fbroce@atlanta.com>
  600.    486DX4/120 AMD        59.90   Marko Ovaska <ovaska@cc.helsinki.fi>
  601.    486DX4/120 AMD        59.80   Bob Purdon <bobp@mpx.com.au>
  602.    486DX4/120 AMD        59.80   Pat Young <dice@netbsd.warped.com>
  603.    486DX4/120            59.91   Will <zxmvg07@hp12.zdv.uni-tuebingen.de>
  604.    486DX4/120 AMD 256c   60.01   Angelo Haritsis <ah@doc.ic.ac.uk>
  605.    486DX4/120 overcl     60.45   Pascal Pensa <pensa@aurora.unice.fr>
  606.    486DX4/120            60.45   Neal Howard <neal@metronet.com>
  607.    486DX4/120 AMD        60.45   Oscar Belmar Madrid <obelmar@anakena.usach.cl>
  608.    486DX4/120            60.45   Jason Buchanan <jsb@digistar.com>
  609.    486DX4/120            60.45   Foersterling <dirk@informatik.uni-frankfurt.de>
  610.    486DX4/120            60.45   Bernd Hentig <bernd@finow.snafu.de>
  611.    5x86/133 AMD          66.15   Brad Wilson <bwilson@deltanet.com> 
  612.    5x86/133 AMD          66.44   P Yli-Krekola <perttu@ntcmar01ba.ntc.nokia.com>
  613.    5x86/133 AMD          66.55   Andrew B. Cramer <cramer@ripco.com>
  614.    5x86/133 AMD          66.65   Geoff Raye <gtraye@igsrsparc2.er.usgs.gov>
  615.    5x86/133 AMD          66.7    Klaas Hemstra <hst@mh.nl>
  616.    5x86/133 AMD          66.80   N.N. <vp24njcb@ubvms.cc.buffalo.edu>
  617.    5x86/133 AMD   256c   67.10   Vasily Lewis <vlewis@iastate.edu>
  618.    5x86/133 AMD          67.10   James Reith <reith@racores.com>
  619.    5x86/133 AMD   256c   67.10   Yves Rougy <yrougy%siam@cal.fr>
  620.    5x86/133 AMD   256c   67.10   Peter A. Koren <pkoren@lvdc20.dseg.ti.com>
  621.    5x86/133 AMD   256c   67.10   Wim Joppe <joppe@xs4all.nl>
  622.    5x86/133 AMD   256c   67.10   Gunnar Stefansson <gunnars@rhi.hi.is>
  623.    5x86/133 AMD   256c   67.10   Vernard Martin <vernard.martin@cc.gatech.edu>
  624.    5x86/150 AMD overcl   74.75   Sergio Riveros <riveros@musca.unm.edu>
  625.    5x86/150 AMD overcl   74.75   Arthur K. Chan <artchan@cs.ucr.edu>
  626.    5x86/160 AMD overcl   79.87   M.Suencksen <msuencks@techfak.uni-bielefeld.de>
  627.    5x86/160 AMD overcl   79.89   Martin Vernon <martin@gw6hva.demon.co.uk>
  628.    5x86/160 AMD overcl   79.92   T. Zerucha <zerucha@shell.portal.com>
  629.    5x86/160 AMD overcl   80.36   Paul Colucci <pcolucci@acsu.buffalo.edu>
  630.    5x86/160 AMD overcl   80.36   Steinar Haug <sthaug@nethelp.no>
  631.    5x86/160 AMD overcl   80.36   James Daniel <triadmin@bga.com>
  632.    486DX5/160 Cyrix      80.36   David H.S. Oh <david@std.net>
  633.   
  634. F. Oddly or faultly configured Pentium systems
  635.  
  636.    System             BogoMips   Reporter
  637.    Pentium/66             2.18   Bob Myers <root@shyguy.lonestar.org>
  638.    Pentium/90 notebook    9.5    Mark Maybee <markm@cs.colorado.edu>
  639.    6x86/120 Cyrix        52.32   Joel Boring <dwild@eskimo.com>
  640.    Pentium/83 Overdrive  82.85   Brian Smith <smithb@laraby.tiac.net>
  641.    Pentium/83 Overdrive  83.32   Scott Francis <mord@netcom.com>
  642.    Pentium/83 Overdrive  82.94   Greg Spiegelberg <greg@owens.ridgecrest.ca.us>
  643.    Pentium/83 Overdrive  83.35   Jacek Polewczak <jacek.polewczak@csun.edu>
  644.    6x86/120 P120+overcl 104.86   Howard Poe <falcor@kingsnet.com>
  645.  
  646. G. Normal Pentium systems
  647.  
  648.    System             BogoMips   Reporter
  649.    Pentium/60            23      Chien-An Chen <giant@nwu.edu>
  650.    Pentium/60            23.96   Joost Helberg <jhelberg@nlsun8.oracle.nl> 
  651.    Pentium/60            23.96   Ulf Tietz <ulf@rio70.bln.sni.de> 
  652.    Pentium/60 Gateway    23.96   Manoj Kasichainula <mvkasich@eos.ncsu.edu> 
  653.    Pentium/60            23.96   Pierre Frenkiel <frenkiel@cdfap1.in2p3.fr>
  654.    Pentium/60            23.96   Tim Oosterbroek <tim@astro.uva.nl>
  655.    Pentium/60 NCR 3455   24      Mathias Koerber <mathias@solomon.technet.sg> 
  656.    Pentium/60            24      Joe Sloan <jjs@engr.ucr.edu>
  657.    Pentium/60            24.0    Mark H. Wood <mwood@indyvax.iupui.edu>
  658.    Pentium/60            24.13   Roland M. van Rijswijk <rijswijk@cs.utwente.nl>
  659.    Pentium/66            25      Chuck Munro <chuckm@canada.hp.com>
  660.    Pentium/66            26.63   Jason M. Naughton <jnaughto@ee.ryerson.ca>
  661.    Pentium/66            26.84   Kelly Carmichael <kcarmich@cln.etc.bc.ca>
  662.    Pentium/75 256c       29.5    Chris Dodd <cdodd@super.win.or.jp>
  663.    Pentium/75 Intel      29.79   Scott M. Grim <sgrim@netwalk.com>
  664.    Pentium/75            29.95   Steve Martin <smartin@mrg.uswest.com>
  665.    Pentium/75            30.22   Zoran Marjanski <bagzor@enterprise.ca>
  666.    Pentium/75            30.22   Andrew Buckby <c4ab1@dmu.ac.uk>
  667.    Pentium/75            30.22   Stuart Nuttall <u9230106@sys.uea.ac.uk>
  668.    Pentium/90 notebook   32.73   Rich Neves <neves@cs.colorado.edu>
  669.    Pentium/90            34.07   Alistair Galbraith <ajgalb@postman.essex.ac.uk>
  670.    Pentium/90 zappa 256c 35.6    Sebastien Dedieu <dedieu@emi.u-bordeaux.fr>
  671.    Pentium/90            35.88   Joe Anderson <CPJJA@ttacs3.ttu.edu>
  672.    Pentium/90            35.88   Warwick Allison <warwick@cs.uq.oz.au>
  673.    Pentium/90            36      Joe Sloan <jjs@engr.ucr.edu>
  674.    Pentium/90            36      Larry Auton <lda@nfa.research.att.com>
  675.    Pentium/90            36      Richard Knipe <knipe@lobby.ti.com>
  676.    Pentium/90            36.0    Werner Almesberger <almesber@lrc.epfl.ch>
  677.    Pentium/90            36.06   Rob J. Nauta <rob@iaehv.nl>
  678.    Pentium/90            36.08   Leung Hon Wa <cshwleun@cs.citu.edu.hk>
  679.    Pentium/90 Zeos       36.08   Chris Laurel <claurel@mr.net>
  680.    Pentium/90            36.08   Ronald Prague <ronp@fishnet.net>
  681.    Pentium/90            36.08   Adrian Blues <adrian@hypereality.co.uk>
  682.    Pentium/90            36.08   Pak Yin Tam "Fred" <ptam@eesun1.tamu.edu>
  683.    Pentium/90            36.08   Jason Heiss <jheiss@cco.caltech.edu>
  684.    Pentium/90            36.08   Tim Krantz <tek@dsinc.com>
  685.    Pentium/90 Gateway    36.08   Pete Stewart <stewart@bae.bellcore.com>
  686.    Pentium/90            36.08   Tom Manos <tmanos@infi.net>
  687.    Pentium/90            36.08   Richard Mundell <R.Mundell@uea.ac.uk>
  688.    Pentium/90            36.08   NN <usenet@uxmail.ust.hk>
  689.    Pentium/90            36.08   Yavuz Batmaz <yavuzb@knidos.cc.metu.edu.tr>
  690.    Pentium/90            36.08   Alan Skelley <askelley@gpu.srv.ualberta.ca>
  691.    Pentium/90            36.08   Ralph Sims <ralphs@locus.halcyon.com>
  692.    Pentium/90            36.08   Julian Bradbury <julian@xabcs.demon.co.uk>
  693.    Pentium/90            36.08   Dan Langrill <langrlld@mussel.cig.mot.com>
  694.    Pentium/90            36.08   Ravi Krishna Swamy <rkswamy@eos.ncsu.edu>
  695.    Pentium/90            36.08   J.L. Brothers <brothers@halcyon.com>
  696.    Pentium/90 Micronics  36.09   Andrew Brown <andrewbrown@acm.org>
  697.    Pentium/90            36.27   Giao H. Phan <giao@concrete.resnet.upenn.edu>
  698.    Pentium/90 Plato      36.4    Joe Valenzuela <smarm@ibm.net>
  699.    Pentium/90            36.5    Mike Kelleher <mikejk@umfacad.maine.edu>
  700.    Pentium/90            36.9    Ted Gaunt <tgaunt@pms701.pms.ford.com>
  701.    Pentium/100           39.52   Adrian Blues <adrian@hypereality.co.uk>
  702.    Pentium/100 overcl    39.73   Phil Howard <phil@clr.com>
  703.    Pentium/100           39.73   Weiss <Peter.Weiss@informatik.uni-oldenburg.de>
  704.    Pentium/100 0c        39.73   Jason Crawford <jasonc1@gramercy.ios.com>
  705.    Pentium/100           39.93   Tom Miller <tvtom@en.com>
  706.    Pentium/100 Cyrix     39.94   Mike Holland <myk@cygnus.uwa.edu.au>
  707.    Pentium/100           39.94   KAZ Vorpal <kaz@upx.net>
  708.    Pentium/100 overcl    39.94   Donar G.E. Alofs <donar@cs.vu.nl>
  709.    Pentium/100           39.94   Larry Snyder <larry@trauma.iag.net>
  710.    Pentium/100           39.94   Ian Hill <ian@hecate.phy.queensu.ca>
  711.    Pentium/100           39.94   John Crawford <link@spu.edu>
  712.    Pentium/100           39.94   Jered <jered@mit.edu>
  713.    Pentium/100 overcl    39.94   Ian <irs2@tweedledum.amp.york.ac.uk>
  714.    Pentium/100           39.94   Brian McGhee <brianm@iceonline.com>
  715.    Pentium/100           39.94   M Skjelland <morten.skjelland@pvv.unit.no>
  716.    Pentium/100           39.96   Dan Kha <dkha@yorku.ca>
  717.    Pentium/100           39.98   Phillipe Charon <charron@ecoledoc.ibp.fr>
  718.    Pentium/100           40.03   <bon@elektron.ikp.physik.th-darmstadt.de>
  719.    Pentium/100           40.08   Ronny Spiegel <rspiegel@htwm.de>
  720.    Pentium/100           40.18   David Baldwin <davidb@exis.net>
  721.    Pentium/100           40.18   <habibie@catevr.fiu.edu>
  722.    Pentium/120 Cyrix     47.8    Simon Ho <simon@epsilon.win-uk.net>
  723.    Pentium/120 Cyrix     47.92   Joel N. Squire <squire@colorado.edu>
  724.    Pentium/120           47.93   Umberto d'Ortona <umberto@grenet.fr>
  725.    Pentium/120 Cyrix     47.93   Jim T. Polk <jtpolk@cris.com>
  726.    Pentium/120           47.93   Jon Trowbridge <trow@mcs.com>
  727.    Pentium/120           47.98   Craig Bates <cbates@psu.edu>
  728.    Pentium/120 Cyrix     48      Steve <horne@mhd2.pfc.mit.edu>
  729.    Pentium/120           48.00   Michael Wazenski <mwazenski@dsrnet.com>
  730.    Pentium/120 Intel     48.02   Scott M. Grim <sgrim@netwalk.com>
  731.    Pentium/120 Cyrix     48.27   Glenn T. Jayaputera <gjt@budgie.apana.org.au>
  732.    Pentium/120           48.27   Roman Mitnitski <mitnits@shany.net>
  733.    Pentium/120           48.27   Peter Walsh <pwalsh@rain.org>
  734.    Pentium/120 Cyrix     48.2    S Viznyuk <sviznyuk@magnus.acs.ohio-state.edu>
  735.    Pentium/120           49.27   Simon Hargrave <simon@revell.demon.co.uk>
  736.    Pentium/133           53.04   Wayne Roberts <wroberts@aug.com>
  737.    Pentium/133           53.04   Gregory Travis <greg@indiana.edu>
  738.    Pentium/133           53.25   Chuck Mattern <cmattern@mindspring.com>
  739.    Pentium/133           53.26   Glenn Holt <gholt@lsil.com>
  740.    Pentium/133           53.26   Chaim Tarshish <chaim@ipl.med.nyu.edu>
  741.    Pentium/133           53.26   Mitchell B. Hamm <hamm@one.net>
  742.    Pentium/133           53.26   Donald Lewis <dlewis@jackson.freenet.org>
  743.    Pentium/133           53.26   Jon Trowbridge <trow@kremlin.emccta.com>
  744.    Pentium/133           53.26   Charny Peete Mitchell <cpmiche@eos.ncsu.edu>
  745.    Pentium/133 256c      53.26   David Wuertele <dave@gctech.com>
  746.    Pentium/133 256c      53.68   Guiseppe Miceli <ferdy@ccii.unipi.it>
  747.    Pentium/133           53.68   Michael Kress <kress@hal.saar.de>
  748.    Pentium/150 Intel     59.80   Joel D. Young <jdyoung@afit.af.mil>
  749.    Pentium/150 overcl    60.21   Duarte Cordeiro <l38404@alfa.ist.utl.pt>
  750.    Pentium/166           66.16   Pedro Soria-Rodriguez <sorrodp@wpi.edu>
  751.    Pentium/166           66.35   Krishnakumar Visweswaran <kviswesw@lehman.com>
  752.    Pentium/166           66.44   Donald Lewis <dlewis@jackson.freenet.org>
  753.    Pentium/166           67.10   Jon Trowbridge <trow@mcs.com>
  754.    Pentium/166           67.10   Dylan <dylan@ert.com>
  755.    Pentium/166 512c      67.10   Dirk Freese <freese@infra.de>
  756.  
  757. H. Normal Pentium variations
  758.  
  759.    SMP Pentium/90        71.98   Daniel Luhde-Thompson <dl10010@cam.ac.uk>
  760.    SMP Pentium/90        72.08   Alan Cox <alan@cymru.net>
  761.    SMP Pentium Pro/200  398.6    Bill Davidsen <davidsen@tmr.com>
  762.    SMP Pentium Pro/200  398.95   Fons Rademakers <f.rademakers@cern.ch>
  763.    SMP Pentium Pro/200  398.98   Greg Fausak <glfausak@august.com>
  764.  
  765.    Pentium Pro/133      132.88   John D. Sundberg <jdsundberg@mmm.com>
  766.    Pentium Pro/180      179.61   Chuck Fee <fee@ch4549.org>
  767.    Pentium Pro/200      197.42   Michael Griffith <grif@cs.ucr.edu>
  768.    Pentium Pro/200      197.42   Curtis Varner <carner@cs.ucr.edu>
  769.    Pentium Pro/200      198.84   Erik Max Francis <max@alcyone.com>
  770.    Pentium Pro/200      198.84   Marc Winkler <marcus@healthchex.com>
  771.    Pentium Pro/200      199.04   V. Bostrom <Vareck_Bostrom@ccm.jf.intel.com>
  772.    Pentium Pro/200      199.06   Glenn Lamb <mumford@netcom15.netcom.com>
  773.    Pentium Pro/200      199.07   Stefan <boresch@schuber.u-strasbg.fr>
  774.    Pentium Pro/200      199.07   Chris Jones <chris@planetsymphone.com>
  775.    Pentium Pro/200      200.32   Jose Navarro <jnavarro@aoc.nrao.edu>
  776.    Pentium Pro/200      200.32   Wayne Scott <wscott@ichips.intel.com>
  777.    Pentium Pro/200      200.32   Adrian L. Hosey <ahosey@cs.indiana.edu>
  778.  
  779.    5x86/100 Cyrix       100.16   NN <root@anxa04.cc.ic.ac.uk>
  780.    5x86/100             100.19   Valient Gough <vgough@teton.mines.edu>
  781.    5x86/100 Cyrix       100.47   C.Chan <chan@alfrothul.uchicago.edu>
  782.    5x86/120 Cyrix P150+ 119.60   Wynstan Tong <wynstan@eecg.toronto.ca>
  783.    5x86/120 Cyrix P150+ 119.60   Joel N. Squire <squire@colorado.edu>
  784.    5x86/120 Cyrix P150+ 119.83   Leland Olds <olds@eskimo.com>
  785.    5x86/120 Cyrix P150+ 119.83   NN <root@anxa04.cc.ic.ac.uk>
  786.    5x86/120 Cyrix P150+ 120.68   C.Chan <chan@alfrothul.uchicago.edu>
  787.    5x86/133 Cyrix P166+ 132.88   Craig Andersen <andersen@fastlane.net>
  788.  
  789.    6x86/100 Cyrix        99.42   Stig M. Valstad <svalstad@sn.no>
  790.    6x86/120 Cyrix       120      John C. Beasley <beaslej1@nevada.edu>
  791.    6x86/120 Cyrix P150+ 119      Jean-Claude Gouiran <jcg13@ibm.net>
  792.    6x86/120 Cyrix P150+ 119.60   Taso Lyristis <taso@remus.rutgers.edu>
  793.    6x86/120 Cyrix P150+ 119.83   Roger Merchberger <zmerch@northernway.net>
  794.    6x86/133 Cyrix P166+ 132.82   Alex Liffers <aliffers@tartarus.uwa.edu.au>
  795.  
  796.    5k86/90 AMD          179.40   <root@krabi.mbp.ee>
  797.    5k86/90 AMD          181.00   Drew Golden <golden@platinum.nb.net>
  798.    5k86/90 AMD          179.40   Ken Edwards <edwards@thor.xon.cuug.ab.ca>
  799.  
  800. I. Normal Alpha systems 
  801.  
  802.    System             BogoMips  Reporter
  803.    21064/150 Jensen        148.37  Linus Torvalds <torvalds@cc.helsinki.fi>
  804.    21064/150 Jensen        149.49  J.L. Brothers <brothers@halcyon.com>
  805.    21064/150 Jensen        148.89  Martin Osterman <ost@comnets.rwth-aachen.de>k
  806.  
  807.    21064A/275 Cabriolet    272     Linus Torvalds <torvalds@cc.helsinki.fi>
  808.    21064A/275              272     Stephen Gaudet <sjg@tiac.net>
  809.    21064A/275 Cabriolet    272.63  Jay Estabrook <jestabro@amt.tay1.dec.com>
  810.    21064A/275 Cabriolet    273.37  David Mosberger-Tang <davidm@cs.arizona.edu>
  811.    21064A/275              274.11  Kevin Jacobs <jacobs@eek.cwru.edu>
  812.    21064A/300 Cabriolet    298     Jay Estabrook <jestabro@amt.tay1.dec.com>
  813.    21064A/300              298     Stephen Gaudet <sjg@tiac.net>
  814.  
  815.    21066/166               164.59  David Mosberger-Tang <davidm@cs.arizona.edu>
  816.    21066/166               165     Gareth Bult <gareth@ftech.net>
  817.    21066/166               165.04  Craig Ruff <cruff@ncar.ucar.edu>
  818.    21066/200               196.9   Danny ter Haar <danny@cistron.nl>
  819.  
  820.    21066A/233 AS400        230.16  Ophir Ronen <ophir@connectsoft.com>
  821.    21066A/233 NoName       230.67  T. Bogendoerfer <tsbogend@bigbug.franken.de>
  822.    21066A/233 NoName       230.76  Mikael Nykvist <viper@ludd.luth.se>
  823.    21066A/233 NoName       231.21  Jay Estabrook <jestabro@amt.tay1.dec.com>
  824.    21066A/233 NoName       231.21  Wim van Dorst <baron@clifton.hobby.nl>
  825.  
  826.    21164/266 EB164         265.29  Jay Estabrook <jestabro@amt.tay1.dec.com>
  827.    21164/333 Alcor         331.35  Linus Torvalds <torvalds@cs.helsinki.fi>
  828.    21164/333 Alcor         331.35  David Mosberger-Tang <davidm@azstarnet.com>
  829.  
  830. J. Normal Motorola systems 
  831.  
  832.    System                BogoMips  Reporter
  833.    68030/16 Atari Falcon     3.95  J.L. Brothers <brothers@halcyon.com>
  834.    68030/16 Atari Falcon     3.98  <Roman.Hodek@informatik.uni-erlangen.de>
  835.    68030/20 0c               4.92  Chris Nadigh <chrnadig@iiic.ethz.ch>
  836.    68030/25 Amiga 3000       6.21  Hamish Macdonald <hamish@bnr.ca> 
  837.    68030/25 Amiga 3000       6.21  J.L. Brothers <brothers@halcyon.com>
  838.    68030/32 Atari Falcon     7.91  Franz Korntner <fkorntne@bazis.nl>
  839.    68030    Atari TT         7.96  <schwab@issan.informatik.uni-dortmund.de>
  840.    68030/32 Atari MegaST     7.98  E.J. van den Bussche <busscheh@ksepl.nl>
  841.    68030/33 Atari TT         7.98  <Roman.Hodek@informatik.uni-erlangen.de>
  842.    86030    Atari TT         7.98  Wayne Booth <trek@ihgp114r.ih.att.com>
  843.    68030/48 32c             11.89  Martin Rogge <Martin_Rogge@ki.maus.de>
  844.    68030/50 Atari           12     <Roman.Hodek@informatik.uni-erlangen.de>
  845.    68030/50 32c             12.42  Michael Plonus <michi@pluto.ping.de>
  846.  
  847.    68040/24 Amiga 4000-40   16.6   Hamish Macdonald <hamish@bnr.ca> 
  848.    68040/24 Amiga 4000-20   16.60  J.L. Brothers <brothers@halcyon.com>
  849.    68040/25 Amiga 4000-040  16.61  <Geert.Uytterhoeven@cs.ku-leuven.ac.be>
  850.    68040/25 Amiga 4000      16.61  Lawrence <lawrenc@nextwork.rose-hulmand.edu>
  851.    68040/66 Medusa T60      22     <Roman.Hodek@informatik.uni-erlangen.de>
  852.  
  853.    68060/50 Amiga 4000     100.16  Jan Johansson <jj@mordor.it.kth.se>
  854.  
  855. K. Other Systems: Sparc, PowerPC, Mips, Intel 8088
  856.  
  857.    System                BogoMips  Reporter
  858.    Intel 8088/4.77           0.02  Tim Van der Linden <timvdl@innet.be>
  859.    Intel 8088/10             0.05  Tim Van der Linden <timvdl@innet.be>
  860.    Intel 8086                0.5   Kin Lau <gabe@zot.io.org>
  861.  
  862.    Sparc Sun4c              17.94  J.L. Brothers <brothers@halcyon.com>
  863.  
  864.    PowerPC 601/60 Mac6100   45.24  J.L. Brothers <brothers@halcyon.com>
  865.    PowerPC 601/66 Mac       51.62  Fred Klein <klein@des3.u-strasbg.fr>
  866.    PowerPC 601/60 Mac6100   59.38  Kent Radek <goo@itd.sterling.com>
  867.  
  868.    Mips R4000/100           48.30  J.L. Brothers <brothers@halcyon.com>
  869.    Mips R4000/100 Magnum    50.03  Andreas Busse <andy@soft-n-hard.de>
  870.    Mips R4400/134 Acer Pica 67.10  Andreas Busse <andy@soft-n-hard.de>
  871.    Mips R4400/134 Acer Pica 67.10  Ralf Baechle <ralf@waldorf-gmbh.de>
  872.    Mips R4600/133 Tyne     133.12  Ralf Baechle <ralf@waldorf-gmbh.de>
  873.    
  874. L. Non-Linux systems (reference only)
  875.  
  876.    System                      OS      BogoMips Reporter
  877.    68020/20 Sun 3              SUNOS      2.0   <korpela@ssl.berkeley.edu>
  878.    68020/25 Sun 3-180          SUNOS      4.0   <korpela@ssl.berkeley.edu>
  879.    Sparc Sun 3-60              SUNOS      4.00  <tranter@software.mitel.com>
  880.    Sparc Sun 3-80              SUNOS      4.00  <tranter@software.mitel.com>
  881.    68040/33 HP9000-280         HP-UX     14     <niles@axp745.gsfc.nasa.gov>
  882.    Sparc Sun 4-280             SUNOS     16.0   <korpela@ssl.berkeley.edu>
  883.    Sparc Sun IPC/40            Solaris   16.00  <gong@cs.msu.su>
  884.    68040 NextStep              (?)       16.26  <petergun@coffeehaus.com>
  885.    Sparc Sun Sparcstation1     SUNOS     18.00  <tranter@software.mitel.com>
  886.    Sparc Sun Sparcstation1+    SUNOS     19     <swmike@uplift.df.lth.se>
  887.    Sparc Sun Sparcstation1+    SUNOS     24.00  <tranter@software.mitel.com>
  888.    Sparc Sun IPC               SUNOS     24.00  <tranter@software.mitel.com>
  889.    Sparc Sun Sparcstation2     SUNOS     26.00  <gong@cs.msu.su>
  890.    SparcClassic/50             Solaris   32.00  <gong@cs.msu.su>
  891.    Sparc Sun ELC               SUNOS     32.00  <tranter@software.mitel.com>
  892.    HP-PA 9000-720              HP-UX     32.00  <metod.kozelj@rzs-hm.si>
  893.    Sparc Sun SS10              SUNOS     34.00  <tranter@software.mitel.com>
  894.    Pentium/100                 Win-NT    36.21  <marcus@healthchex.com>
  895.    Sparc Sun Sparcstation2     SUNOS     38.0   <korpela@ssl.berkeley.edu>
  896.    Mips R4000/100 Indy         (?)       48.00  <p.verwer@organon.akzonobel.nl>
  897.    Mips R4000/100 SGI IndySC   Irix      48.00  <lziegler@csbsju.edu>
  898.    HP-PA 9000-720              HP-UX     48.00  <metod.kozelj@rzs-hm.si>
  899.    Sparc Sun Sparcstation10d   SUNOS     54.0   <korpela@ssl.berkeley.edu>
  900.    Sparc SS1000 2CPU           SUNOS     58.00  <gong@cs.msu.su>
  901.    Alpha 21064/133 Decstation  OSF1      64     <niles@axp745.gsfc.nasa.gov>
  902.    Sparc Sun SS5               SUNOS     68.00  <tranter@software.mitel.com>
  903.    Sparc Sun SS20              SUNOS     72.00  <tranter@software.mitel.com>
  904.    Sparc Sun SS20/712          Solaris   74     <spohr@qmos>
  905.    Mips R4400/150 Challenge    (?)       74.00  <p.verwer@organon.akzonobel.nl>
  906.    Mips R4400/150 Indigo2Extr  (?)       74.00  <p.verwer@organon.akzonobel.nl>
  907.    HP-PA 9000-715              HP-UX     74.00  <metod.kozelj@rzs-hm.si>
  908.    Alpha                       OSF1      92.00  <petergun@coffeehaus.com>
  909.    Mips R4400/200 Indigo2Extr  (?)       98.00  <p.verwer@organon.akzonobel.nl>
  910.    HP-PA 9000-735/99           HP-UX     98.00  <lankhors@cs.rug.nl>
  911.    Sparc Sun SS4/110           Solaris  108     <spohr@qmos>
  912.    Sparc Sun SS5               SUNOS    110     <swmike@uplift.df.lth.se>
  913.    Alpha 21064A/233            OSF1     114     <niles@axp745.gsfc.nasa.gov>
  914.    HP-PA 700/125               HP-UX    122     <niles@axp745.gsfc.nasa.gov>
  915.    HP-PA 9000-735/125          HP-UX    122.00  <lankhors@cs.rug.nl>
  916.    Mips R4600/133 SGI Indy     Irix     132     <lziegler@csbsju.edu>
  917.    Alpha                       OSF1     180.0   <mauger@ensinfo.univ-nantes.fr>
  918.    Sparc Sun US1/170           Solaris  330     <spohr@qmos>
  919.    Alpha 3000/600S             VMS      348.61  <metod.kozelj@rzs-hm.si>
  920.    Alpha server 1000-4/200     VMS      397.68  <metod.kozelj@rzs-hm.si>
  921.    Cray J90 Y-MP/100 16CPU     Unicos   912.00  <lankhors@cs.rug.nl>
  922.  
  923.  
  924. Isolde has a brother Roderick, who is one week old now. Both Isolde
  925. and Roderick are quite please with all the extra attention that they
  926. get from all the visitors. Mum and Dad are trying ineffectively to
  927. sleep during the nightly hours, and it isn't linux'ing preventing it.
  928. Nevertheless, we love the boy too.
  929.  
  930. Met vriendelijke groeten, Wim van Dorst.
  931. --------------------------------------------------------------------
  932. Blue Baron = Wim van Dorst, Voice (+31) 33 4676365, (+31) 35 5242319
  933. (-:      baron@clifton.hobby.nl       WvD@Chem.AkzoNobel.nl      :-)
  934. --------------------------------------------------------------------
  935.  
  936.