home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 1: Linux / CD1.iso / doc / HOWTO / mini / BogoMips < prev    next >
Text File  |  1998-10-14  |  78KB  |  1,651 lines

  1.   BogoMips mini-Howto
  2.   Wim van Dorst, baron@clifton.hobby.nl
  3.   v, 13 December 1997
  4.  
  5.   This text gives some information about BogoMips, compiled from various
  6.   sources such as news and e-mail. This text is retrievable from the
  7.   various Linux archives in .../HOWTO/mini/BogoMips.  An article was
  8.   published in the Linux Journal, issue January 1996.  New entries for
  9.   unlisted CPUs will be highly appreciated. They can be send per e-mail
  10.   to the author.
  11.   ______________________________________________________________________
  12.  
  13.   Table of Contents
  14.  
  15.  
  16.   1. Lowest and highest single CPU Linux BogoMips ratings
  17.  
  18.      1.1 The Lowest
  19.      1.2 The Highest
  20.  
  21.   2. What are BogoMips
  22.  
  23.   3. How to estimate what the proper BogoMips rating should be
  24.  
  25.   4. How to determine what the current BogoMips rating is
  26.  
  27.   5. Variations in BogoMips rating
  28.  
  29.   6. BogoMips ... failed
  30.  
  31.   7. What about clone CPUs (Cyrix, NexGen, AMD, etc)
  32.  
  33.   8. Why to pay attention to BogoMips
  34.  
  35.   9. Compilation of ratings
  36.  
  37.      9.1 Oddly or faultly configured 386 systems
  38.      9.2 Normal 386 systems: SX, DX, Nexgen
  39.      9.3 Oddly or faultly configured 486 systems
  40.      9.4 Normal 486 systems
  41.      9.5 Normal 486 variations: Cyrix/IBM, UMC
  42.      9.6 Oddly or faultly configured Pentium systems, or variations
  43.      9.7 Normal Pentium systems
  44.      9.8 Normal Pentium variations: MMX, Pro, II, Cyrix, AMD
  45.      9.9 Normal Alpha systems
  46.      9.10 Normal Motorola systems
  47.      9.11 Other Systems: Sparc, PowerPC, Mips, Intel 8088/286 ELKS
  48.      9.12 Normal Multi CPU systems
  49.      9.13 Non-Linux systems (reference only)
  50.  
  51.   10. Signature
  52.  
  53.  
  54.  
  55.   ______________________________________________________________________
  56.  
  57.   1.  Lowest and highest single CPU Linux BogoMips ratings
  58.  
  59.   The following are the lowest and the highest BogoMips ratings, to
  60.   date, on single CPU Linux systems.
  61.  
  62.  
  63.   1.1.  The Lowest
  64.  
  65.  
  66.  
  67.   ╖  Tim Van der Linden, timvdl@innet.be
  68.  
  69.   ╖  Intel 8088, 4.77 MHz, ELKS
  70.  
  71.   ╖  0.02 BogoMips
  72.  
  73.  
  74.   1.2.  The Highest
  75.  
  76.  
  77.   ╖  Jay Estabrook jay.estabrook@digital.com
  78.  
  79.   ╖  Alpha 21264, 400 MHz, Pass-1
  80.  
  81.   ╖  794.82 BogoMips
  82.  
  83.  
  84.  
  85.   2.  What are BogoMips
  86.  
  87.   >From Lars Wirzenius,' wirzeniu@kruuna.Helsinki.FI mail of 9 September
  88.   1993, explaining Bogomips, with additional detailed information by Wim
  89.   van Dorst:
  90.  
  91.  
  92.        `MIPS is short for Millions of Instructions Per Second.  It
  93.        is a measure for the computation speed of a program.  Like
  94.        most such measures, it is more often abused than used prop¡
  95.        erly (it is very difficult to justly compare MIPS for dif¡
  96.        ferent kinds of computers).
  97.  
  98.        BogoMips are Linus's invention. The kernel (or was it a
  99.        device driver?) needs a timing loop (the time is too short
  100.        and/or needs to be too exact for a non-busy-loop method of
  101.        waiting), which must be calibrated to the processor speed of
  102.        the machine. Hence, the kernel measures at boot time how
  103.        fast a certain kind of busy loop runs on a computer. "Bogo"
  104.        comes from "bogus", i.e, something which is a fake. Hence,
  105.        the BogoMips value gives some indication of the processor
  106.        speed, but it is way too unscientific to be called anything
  107.        but BogoMips.
  108.  
  109.        The reasons (there are two) it is printed during bootup is
  110.        that a) it is slightly useful for debugging and for checking
  111.        that the computers caches and turbo button work, and b)
  112.        Linus loves to chuckle when he sees confused people on the
  113.        news.'
  114.  
  115.  
  116.   BogoMips are being determined in /usr/src/linux/init/main.c (simple C
  117.   algorithm), and the pertaining kernel variable loops_per_sec is used
  118.   in various drivers of the net, scsi, and char sections. The actual
  119.   delay functions are in assembler, and therefore each port has their
  120.   own in /include/asm/delay.h.  This loops_per_sec variable is used in
  121.   various drivers for char, net, and scsi devices, see:
  122.  
  123.   find /usr/src/linux -name '*.[hcS]' -print -exec fgrep loops_per_sec {} \;
  124.  
  125.  
  126.  
  127.  
  128.  
  129.   3.  How to estimate what the proper BogoMips rating should be
  130.  
  131.   >From a initiative by Ian Jackson, ijackson@nyx.cs.du.edu, and Przemek
  132.   Klosowski, much updated and expanded by Wim van Dorst for current
  133.   data, as listed below:
  134.  
  135.   As a very approximate guide, the BogoMips can be calculated by:
  136.  
  137.  
  138.  
  139.        System                 BogoMips                          Comparison
  140.        Intel 8088             clock * (0.004 plusminus 0.001)    0.02
  141.        Intel/AMD 386SX        clock * (0.14  plusminus 0.01)     0.8
  142.        Intel/AMD 386DX        clock * (0.18  plusminus 0.01)     1 (definition)
  143.        Motorola 68030         clock * (0.25  plusminus 0.005)    1.4
  144.        Cyrix/IBM 486          clock * (0.34  plusminus 0.065)    1.8
  145.        Intel Pentium          clock * (0.40  plusminus 0.035)    2.2
  146.        Intel 486/AMD 5x86     clock * (0.50  plusminus 0.01)     2.8
  147.        Mips R4000/R4400       clock * (0.50  plusminus 0.015)    2.3
  148.        Nexgen Nx586           clock * (0.75  plusminus 0.010)    4.2
  149.        PowerPC 601            clock * (0.84  plusminus 0.015)    4.7
  150.        Alpha (all CPUs)       clock * (0.99  plusminus 0.005)    5.5
  151.        Intel Pentium Pro      clock * (0.99  plusminus 0.005)    5.5
  152.        Cyrix 5x86/6x86        clock * (1.00  plusminus 0.005)    5.6
  153.        Intel Pentium II       clock * (1.00)                     5.6
  154.        Mips R4600             clock * (1.00)                     5.6
  155.        Alpha 21264            clock * (1.99)                    11.1
  156.        AMD K5/K6              clock * (2.00  plusminus 0.010)   11.1
  157.        Pentium MMX            clock * (2.00)                    11.1
  158.        Motorola 68060         clock * (2.01)                    11.2
  159.  
  160.        Motorola 68040      (insufficient data yet)
  161.        Sparc               (insufficient data yet)
  162.  
  163.  
  164.  
  165.  
  166.   Note that the BogoMips calculation loop does not take advantage of the
  167.   parallelism of various processors, such as the Intel Pentium and the
  168.   Alpha 21164.
  169.  
  170.   Note that the BogoMips calculation loop for the non-Intel CPUs is
  171.   similar but not the same.
  172.  
  173.  
  174.  
  175.   4.  How to determine what the current BogoMips rating is
  176.  
  177.   There are three methods to determing the current BogoMips, viz.
  178.  
  179.  
  180.   1. looking in /proc/cpuinfo, e.g., with `cat /proc/cpuinfo`.
  181.  
  182.   2. looking in the syslog output to see what was printed there during
  183.      booting (if necessary retrieving the information explicitly with
  184.      dmesg or syslogk) or
  185.  
  186.   3. using the standalone bogomips program.
  187.  
  188.   And non determinative alternative may be, also applicable for non-
  189.   Linux systems, such as Crays an so on, the standalone BogoMips
  190.   program. From the readme file by Jeff Tranter, jeff_tranter@mitel.com:
  191.  
  192.  
  193.        `Tired of rebooting your system so you can see how many
  194.        BogoMIPS it's running at today?  [...] "Bogomips" is a stan¡
  195.        dalone program that displays your system performance using
  196.        one of the world's most recognized benchmarks.  It uses the
  197.        same code that is used in the Linux kernel while booting,
  198.        but runs as a user program. [...] Version 1.3 of BogoMIPs is
  199.   now portable and should run on any system that supports an
  200.   ANSI C compiler and library.'
  201.  
  202.  
  203.   Note that due to system load values calculated with the standalone
  204.   program may be lower than registered in the list below. Intrinsically
  205.   the standalone cannot give precisely similar information to the boot
  206.   sequence BogoMips, since system load will compete with this program
  207.   run by an ordinary user.
  208.  
  209.   Be aware that the file
  210.   sunsite.unc.edu:/pub/Linux/system/status/bogo-1.2.tar.gz/ contains the
  211.   latest version 1.3 (sic), which is yet rather outdated.
  212.  
  213.  
  214.  
  215.   5.  Variations in BogoMips rating
  216.  
  217.   >From Linus Torvalds, torvalds@cc.helsinki.fi, explaining about the
  218.   variation one may see in the BogoMips rating, in c.o.l.development, at
  219.   28 April 1994
  220.  
  221.  
  222.        `The BogoMips calculation loop is "quantizised", so you're
  223.        most likely to get the exact same number all the time.  You
  224.        usually will get different numbers only if the speed is just
  225.        on the "edge", when small variations (different time for
  226.        interrupt ticks etc) will make it jump from one value to the
  227.        other.'
  228.  
  229.  
  230.  
  231.  
  232.   6.  BogoMips ... failed
  233.  
  234.   Suggested by various questions on the net and private mail, e.g., by
  235.   Lily, lbliao@alumni.caltech.edu, and by Pierre Frenkiel,
  236.   frenkiel@cdfap2.in2p3.fr. In March 1995 they asked:
  237.  
  238.  
  239.        `When I boot Linux I get the message:
  240.  
  241.              Calibrating delay loop.. ok - 23.96 BogoMips
  242.              failed
  243.  
  244.  
  245.        Where/why has the calibration delay loop failed?'
  246.  
  247.  
  248.   It didn't fail. If it had failed the text would have been
  249.  
  250.  
  251.              Calibrating delay loop.. failed
  252.  
  253.  
  254.  
  255.  
  256.   What likely did fail was a driver for some gadget which you may not
  257.   have in your machine. Just after calculating the BogoMips rating all
  258.   device drivers are initiated.  First the SCSI devices, then Net
  259.   devices, etc.  Any failure is duly reported. Noteworthy is the AHA152x
  260.   driver. Other effects of failing drivers (and not of failing BogoMips
  261.   calculations) are systems crashes, long waits, and complete system
  262.   locks.
  263.  
  264.  
  265.   Since Linux 1.2 many error messages have improved, so upgrade to at
  266.   least that version to find out which particular driver it is that is
  267.   failing.
  268.  
  269.  
  270.  
  271.   7.  What about clone CPUs (Cyrix, NexGen, AMD, etc)
  272.  
  273.   Cyrix 486-like CPUs need cache enabling software, sometimes referred
  274.   to as BogoBoost software. Cyrix 5x86 and 6x86 CPUs may have their
  275.   BogoMips improved drastically by branch-prediction (BIOS option). Note
  276.   that the performance improvement may be marginal. There are several
  277.   packages available for adjusting Cyrix CPUs, such as the bogoboost
  278.   patch, cx5x86mod, and set6x86, all from the normal archives, in
  279.   obvious places. It is reported the Cyrix 6x86 CPUs may give better
  280.   performance when the kernel is compiled with 486-optimization, instead
  281.   Pentium-optimization.
  282.  
  283.   NexGen 386-enhanced CPUs, marked as Nx586, are listed as 386-like,
  284.   since the fact that they are performing like Pentium machines is not
  285.   relevant to BogoMips.
  286.  
  287.   AMD 5x86, also denoted as AMD 486DX5, are quadrupled 486/33 machines.
  288.   They are fully in line with other 486 CPUs. The AMD K5 and the K6 are
  289.   Pentium-like CPUs, with their own BogoMips multipliers.
  290.  
  291.  
  292.  
  293.   8.  Why to pay attention to BogoMips
  294.  
  295.   Let me add that there are only two reasons for paying attention to the
  296.   BogoMips rating that is presented on booting Linux:
  297.  
  298.  
  299.   1. To see whether it is in the proper range for the particular
  300.      processor, its clock frequency, and the potentially present cache.
  301.      Many CPUs are prone to faulty setups of
  302.  
  303.   ╖  memory cache setting (write-back is wrong for BogoMips, often
  304.      reported lower than 5; write-through is ok)
  305.  
  306.   ╖  turbo-buttons (should be ON)
  307.  
  308.   ╖  BIOS-software emulated fake cache (change it for real cache)
  309.  
  310.   ╖  similar cache and clock related things.
  311.  
  312.  
  313.   2. To see whether your system is faster than mine. Of course this is
  314.      completely wrong, unreliable, ill-founded, and utterly useless, but
  315.      all benchmarks suffer from this same problem. So why not use it?
  316.      This inherent stupidity has never before stopped people from using
  317.      benchmarks, has it? :-)
  318.  
  319.   Note that more serious uses for real benchmarking are addressed in the
  320.   Linux Benchmarking Howto by AndrΘ D. Balsa.
  321.  
  322.  
  323.  
  324.  
  325.   9.  Compilation of ratings
  326.  
  327.   The following table gives some reported BogoMips ratings for various
  328.   systems (over 800 entries by about 700 different persons, from about
  329.   50 different countries. Note that the ratings here are from the Linux
  330.   actual booting sequence, except of course for the section on Non-Linux
  331.   Systems.
  332.  
  333.  
  334.   9.1.  Oddly or faultly configured 386 systems
  335.  
  336.  
  337.      System              BogoMips  Reporter
  338.      386DX/16 387 nocache   0.57   H. Peter Anvin <hpa@nwu.edu>
  339.      386DX/25               0.82   P Wright <philip.wright@purplet.demon.co.uk>
  340.      386DX/25 nocache       1.03   Mark A. Horton <mahmha@crl.com>
  341.      386SX/16               1.5    Stefan Kromer <sk@galaxy.sunflower.sub.org>
  342.      386SX/16               1.6    Bill Davidsen <davidsen@tmr.com>
  343.      386SX/20               1.87   Paul C. Dulany <pcdulany@wam.umd.edu>
  344.      386SX/20               2.45   Roger Harkess <roger@visi.com>
  345.      386DX/25(?) 128c       6.03   Chuck Meo <meo@solbourne.com>
  346.      386DX/20              13      Ed Runnion <erunnio@hubcap.clemson.edu>
  347.  
  348.  
  349.  
  350.  
  351.   9.2.  Normal 386 systems: SX, DX, Nexgen
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.      System              BogoMips  Reporter
  398.      386SX/8 undercl        1.04   Andrew Costa <c_chaos@wahnapitae.on.ca>
  399.      386SX/16               1.99   James Vahn <jvahn@short.circuit.com>
  400.      386SX/16 Packard Bell  2.05   <root@Belvedere\%hip-hop.suvl.ca.us>
  401.      386SX/16               2.09   David E. Fox <dfox@belvedere.sbay.org>
  402.      386SX/16               2.15   W Stevens <wgsteven@math.uwaterloo.co>
  403.      386SX/16               2.2    Lech Marcinkowski <puolalm@tekla.fi>
  404.      386SX/16               2.23   Andrew Bulhak <acb@yoyo.cc.monash.edu.au>
  405.      386SX/16               2.23   Steven M. Gallo <smgallo@cs.buffalo.edu>
  406.      386SX/16               2.34   Kevin Burtch <kburtch@pts.mot.com>
  407.      386SX/16 turbo         2.38   Andrew Haylett <ajh@gec-mrc.co.uk>
  408.      386SX/16 0c            2.43   Adam Clarke <adamc@loose.apana.org.au>
  409.      386SX/16               2.49   Waymon <waymon@pacifier.com>
  410.      386SX/20               2.7    Alex Strasheim <astrashe@nyx.cs.du.edu>
  411.      386SX/20               2.70   J.L. Brothers <brothers@halcyon.com>
  412.      386SXL/25 AMD          2.9    Vaughan R. Pratt <pratt@sunburn.stanford.edu>
  413.      386SX/25 AMD 0c        3.06   K.J. MacDonald <kenny@festival.ed.ac.uk>
  414.      386SX/25 AMD           3.38   Hamish Coleman <hamish@zot.apana.org.au>
  415.      386SX/25 0c            3.52   Rogier Wolff <r.e.wolff@et.tudelft.nl>
  416.      386SL/25 Intel         3.57   S Harris <harris@teaching.physics.ox.ac.uk>
  417.      386SX/25 AMD           3.62   S Harris <harris@teaching.physics.ox.ac.uk>
  418.      386SXL/25 AMD 0c       3.71   David E.A. Wilson <david@cs.uow.edu.au>
  419.      386SX/33 Intel         4.06   Kenneth J. Hoover <ken@psuedvax.psu.edu>
  420.      386SX/33               4.71   Alexander Komlik <apkom@l.ukrcom.kherson.ua>
  421.      386SX/40 Intel 0c      6.03   Michael Kenyon <u3g12@keele.ac.uk>
  422.  
  423.      386DX/16               2.49   Mike <mike@emgee.demon.co.uk>
  424.      386DX/20 Intel         3.0    Malcolm Reeves <reeves@rocky1.usask.cs>
  425.      386DX/20 Intel         3.08   Si. Harris <harris@teaching.physics.ox.ac.uk>
  426.      386DX/20 Nec Powermate 3.22   David J Dawkins <davidd@isl.co.uk>
  427.      386DX/20 Micronics     3.25   M Haardt <u31b3hs@informatik.rwth-aachen.de>
  428.      386DX/20               3.67   Joost Helberg <jhelberg@nlsun8.oracle.nl>
  429.      386DX/25               3.91   Ian McCloghrie <imcclogh@cs.ucsd.edu>
  430.      386DX/25               3.95   Grant Edwards <grante@aquarius.rosemount.com>
  431.      386DX/25 0cache        3.96   J.O. Williams <jow@techbase.com>
  432.      386DX/25 32cache       4.53   J.M.A. Lahtinen <jmalahti@klaava.Helsinki.FI>
  433.      386DX/33               5.86   Tim Lacy <timla@microsoft.com>
  434.      386DX/33 64cache       5.99   Lars Wirzenius <wirzeniu@kruuna.Helsinki.FI>
  435.      386DX/33 Intel         5.99   Harri Pasanen <hpasanen@cs.hut.fi>
  436.      386DX/33 no387         6.03   Joel B.Levin <levin@bbn.com>
  437.      386DX/33 387           6.03   Peter Bechtold <peter@fns.greenie.muc.de>
  438.      386DX/40               6.21   J.L. Brothers <brothers@halcyon.com>
  439.      386DX/33               6.46   Dennis Robinson <djrobins@uxa.cso.uiuc.edu>
  440.      386DX/33               6.5    Dean Nelson <deannelson@aol.com>
  441.      386DX/33 387 256cache  6.65   Wim van Dorst <baron@clifton.hobby.nl>
  442.      386DX/33               6.65   Rick Lim <ricklim@opus.freenet.vancouver.bc.ca>
  443.      386DX/33               6.7    Craig Hagan <hagan@cih.com>
  444.      386DX/40               6.99   Ken Wilcox <wilcox@math.psu.edu>
  445.      386DX/40 AMD           7.76   Joe Phillips <rchandra@letter.com>
  446.      386DX/40 AMD           7.10   Kerry Person <kperson@plains.NoDak.edu>
  447.      386DX/40               7.10   D. Bikram Singh <a336dhal@cdf.toronto.edu>
  448.      386DX/40 128cache      7.23   Julian Francis Day <jfd0@aber.ac.uk>
  449.      386DX/40 bogoboosted   7.23   Pat St Jean <stjean@math.enmu.edu>
  450.      386DX/40 AMD 128cache  7.23   R.Bergs <rabe@akela.informatik.rwth-aachen.de>
  451.      386DX/40 slow DRAM     7.26   John Lockwood <lockwood@pan.vlsi.uiuc.edu>
  452.      386DX/40 128c          7.29   Karsten Friese <ftdkafr@ftd.ericsson.se>
  453.      386DX/40               7.29   E.C. Garrison <ericg@nickel.ucs.indiana.edu>
  454.      386DX/40               7.29   Darin Cowan <cowan@rubicon.org>
  455.      386DX/40               7.29   Bonne van Dijk <bonne@cs.utwente.nl>
  456.      386DX/40 AMD           7.76   Todd Lindner <tlindner@panix.com>
  457.      386DX/40               7.76   Bear Giles <bear@indra.com>
  458.      386DX/40 AMD 387 64c   7.91   <wires@gnu.ai.mit.edu>
  459.      386DX/40               7.98   Frank Pilhofer <fp@informatik.uni-frankfurt.de>
  460.      386DX/40 64c           7.98   Dean Junk <dpjunk@mm.com>
  461.      386DX/40 AMD 32c       7.98   Tommy Olsen <tommyo@ifi.uio.no>
  462.      386DX/40 AMD           7.98   James Reith <reith@racores.com>
  463.      386DX/40               7.98   Aaron T. Baldie <atb@u.washington.edu>
  464.      386DX/40 128c          7.98   John Pate <jpate@easynet.co.uk>
  465.      386DX/40               7.98   Christian Nelson <cnelson@csugrad.cs.vt.edu>
  466.      386DX/40               7.98   Alan Peckham <peckham@drei.enet.dec.com>
  467.      386DX/40               8.06   Michael Guslick <michaelg@alpha2.csd.uwm.edu>
  468.      386DX/40               8.06   Richard Brown <brown@midget.towson.edu>
  469.      386DX/40               8.06   Bill G. Bohling <bs146@tali.uchsc.edu>
  470.  
  471.      Nx586/90 NexGen       67.44   <root@wgw.mnsinc.com>
  472.      Nx586/90 NexGen       67.44   Robert Gehring <rag@cs.tu-berlin.de>
  473.      Nx586/90 NexGen       67.48   David G. Eckard <dgeckard@eos.ncsu.edu>
  474.      Nx586/100 NexGen      74.34   Cameron L. Spitzer <cls@truffala.sj.ca.us>
  475.      Nx586/100 NexGen 256c 74.56   Marius Groenendijk <marius@cray-systems.lu>
  476.      Nx586/110 NexGen 256c 81.51   Michael J. Micek <mmicek@muddcs.cs.hmc.edu>
  477.      Nx586/110 NexGen      81.51   Ron Marsh <rmarsh@plains.nodak.edu>
  478.  
  479.  
  480.  
  481.  
  482.   9.3.  Oddly or faultly configured 486 systems
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.      System              BogoMips  Reporter
  530.      486DX/33 0c            1.45   Mark Gray <vatavian@gvu1.gatech.edu>
  531.      486SL/25 0c            1.95   Paraskevas Evripidou <skevos@seas.smu.edu>
  532.      486DLC/40 0c           2.45   S.Schendel <sschend@magnus.acs.ohio-state.edu>
  533.      486DX/33 128c          2.94   P.J. Nefkens <p.nefkens@student.utwente.nl>
  534.      486DX4/120 AMD         3.04   Andrew Steinbach <stei0113@maroon.tc.umn.edu>
  535.      486DX5/133 AMD         3.05   Eric Hagen <ehagen@hawaii.edu>
  536.      486DX4/100 Cyrix       3.06   Stuart Harvey <sharvey@primenet.com>
  537.      486DX5/133 AMD         3.06   Charles Galpin <chg@severn.wash.inmet.com>
  538.      486DX4/100             3.06   Bear Giles <bear@indra.com>
  539.      486DX2/80              3.08   Gerald E. Butler <gbutler@phoenix.kent.edu>
  540.      486DX4/120 AMD         3.08   Charles Hines <chuck_hines@vnet.ibm.com>
  541.      486DX4/66 256c         3.10   Riccardo Capella <mc8508@mclink.it>
  542.      486DX4/100 wb-cache    3.10   Paul Close <pdc@sgi.com>
  543.      486DX4/120             3.13   Brian Perkins <bperkins@netspace.com>
  544.      486DX4/120 AMD         3.15   <eruston@net2.intserv.com>
  545.      486DX4/100             3.17   Thomas Sudbrak <sudbrak@borneo.gmd.de>
  546.      486SLC2/50 Cyrix       3.30   Colin J. Wynne <cwynne@sage.wlu.edu>
  547.      486DX/33               3.61   Marten van de Laan <marten@cs.rug.nl>
  548.      486DX/33 noturbo       3.61   Dimitris Evmorfopoulos <devmorfo@mtu.edu>
  549.      486DX4/120             3.74   Brian Wheeler <bdwheele@indiana.edu>
  550.      486DX4/120 AMD         3.74   Frank Pilhofer <fp@informatik.uni-frankfurt.de>
  551.      486DX4/100 Cyrix 256c  4      Joel Kelso <joel@cs.murdoch.edu.au>
  552.      486DX/33 256c noturbo  4.25   Wouter Liefting <wlieftin@cs.vu.nl>
  553.      486DX/33               4.66   Mark Gray <vatavian@gvu1.gatech.edu>
  554.      486Rx2 Cyrix 25/50     4.85   <cosc19v2@menudo.uh.edu>
  555.      486SX/33 noturbo       5.21   Scott D. Heavner <sdh@fishmonger.nouucp>
  556.      486DX2/66 overdrive    5.37   Jeremy Orr <jeremy@careercenter.sfsu.edu>
  557.      486DX/33               5.66   Ryan Tucker <rtucker@ttgcitn.com>
  558.      486DX2/66              5.88   P.J. Nefkens <p.nefkens@student.utwente.nl>
  559.      486DX4/100             5.94   Howard Goldstein <hg@n2wx.ampr.org>
  560.      486DX4/100 AMD         5.94   Mr Pink <vince@dallas.demon.co.uk>
  561.      486DX4/100 notebook    6.55   Thomas <tom@dirac.physik.uni-konstanz.de>
  562.      486DX4/100 notebook    6.55   Hugh McCurdy <hmccurdy@ix.netcom.com>
  563.      486SLC Cyrix           7      Pieter Verhaeghe <pive@uia.ac.be>
  564.      486SX/33               7.84   Paul Hedderly <prh6@unix.york.ac.uk>
  565.      486DLC/40              7.98   Wil Cromer <nwc2@Ra.MsState.Edu>
  566.      486DX/33 256c          8.27   Rohan Tronson <rohan@kihi.com.au>
  567.      486DX4/100            11.11   NN <usenet@uxmail.ust.hk>
  568.      486DX4/100            11.3    Earl Gooch <egooch@mc.com>
  569.      486/66 Cyrix          13.02   Mike Baptiste <baptiste@bnr.ca>
  570.      486SLC2/25            14.6    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU>
  571.      486DX2/66 laptop      14.46   Robert Knop <rknop@netcom.com>
  572.      486SLC2/66            18.94   <root@avalon.net>
  573.      486DX/33 turbo        19.98   C Vetter <cbvetter@informatik.th-darmstadt.de>
  574.      486DX4/75             21.5    Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  575.      486DX4/75             24.13   Sherman Hsieh <shieh@csua.berkeley.edu>
  576.      486DX2/58             26.3    Vassili Leonov <leonov@iedv7.acd.com>
  577.      486DX4/100 overclock  28.67   Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  578.      486DX2/80             36      Mark Lee <mlee@heartlab.rri.uwo.ca>
  579.      486DX2/80             50.08   Mark Lee <mlee@heartlab.rri.uwo.ca>
  580.      486DX4/100            60      Sebastien Dedieu <dedieu@emi.u-bordeaux.fr>
  581.      486DX2/100 overclock  60.45   Tony D Shan <tdsst9+@pitt.edu>
  582.      486DX5/133 AMD        75.40   Jeff Hyche <jwhyche@scott.net>
  583.      486DX5/133 AMD        80.08   NN <guesta@slip-29-7.ots.utexas.edu>
  584.      486DX5/133 AMD        87      John Wiggins <jwiggins@comp.uark.edu>
  585.  
  586.  
  587.  
  588.  
  589.   9.4.  Normal 486 systems
  590.  
  591.  
  592.  
  593.  
  594.  
  595.      System             BogoMips   Reporter
  596.      486SX/20 DECpc         9.98   Thomas Pfau <pfau@cnj.digex.com>
  597.      486SX/25              12.24   M. Buchenrieder <mibu@scrum.greenie.muc.de>
  598.      486SX/25              12.3    Darren McKay <e9bh@unb.ca>
  599.      486SX/25              12.42   Mark R. Lindsey <mlindsey@nyx.cs.du.edu>
  600.      486DX/25              12.5    Phillip Hardy <phillip@mserve.kiwi.gen.nz>
  601.      486SX/25              12.52   Emmanual Emore <emor7672@elan.rowan.edu>
  602.      486DX/33 256c         16.33   Eric Kemminan <ekemmina@pms709.ms.ford.com>
  603.      486DX/33              16.35   Christopher L. Morrow <cm43@andrew.cmu.edu>
  604.      486DX/33              16.43   Rob Janssen <pe1chl@amsat.org>
  605.      486DX/33 64cache      16.44   H. Peter Anvin <hpa@nwu.edu>
  606.      486DX/33 256c DIY     16.44   Wouter Liefting <wlieftin@cs.vu.nl>
  607.      486DX/33 Intel 128c   16.44   Rafal Kustra <g1krakow@cdf.toronto.edu>
  608.      486DX/33              16.5    Alex Freed <freed@europa.orion.adobe.com>
  609.      486DX/33              16.6    Vaughan R. Pratt <pratt@Sunburn.Stanford.EDU>
  610.      486DX/33 noturbo      16.61   C Vetter <cbvetter@informatik.th-darmstadt.de>
  611.      486DX/33              16.61   Jeffrey L. Newbern <jnewbern@athena.mit.edu>
  612.      486DX/33              16.61   Giuseppe De Marco <gdemarco@freenet.hut.fi>
  613.      486DX/33              16.61   M Heuler <heuler@informatik.uni-wuerzburg.de>
  614.      486DX/33              16.61   Frank Lofaro <ftlofaro@unlv.edu>
  615.      486DX/33              16.77   Donald Lewis <dlewis@jackson.freenet.org>
  616.      486DX/33              16.77   Stephan Boettcher <staphan@alzt.tau.ac.il>
  617.      486DX/33 256c         16.77   David Manchester <mustang@tartarus.uwa.edu.au>
  618.      486DX/40              19.8    Jose Calhariz <cal@minerva.inesc.pt>
  619.      486DX/40              19.91   M Heuler <heuler@informatik.uni-wuerzburg.de>
  620.      486DX/40              19.96   David A. Ranch <dranch@ecst.csuchico.edu>
  621.      486DX/40 AMD          19.97   M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  622.      486DX/40 Intel        19.97   Paul van Spronsen <vspr@teppic.sun.ac.za>
  623.      486DX/40              19.97   Ulf Tietz <ulf@rio70.bln.sni.de>
  624.      486DX/40              19.97   <Eberhard_Moenkeberg@p27.rollo.central.de>
  625.      486DX/40              19.97   Zoltan Lajber <lajbi@lajli.gau.hu>
  626.      486DX/40              19.97   Wim van Dorst <baron@wiesje.hobby.nl>
  627.      486DX/40 AMD          20      Chuck Munro <chuckm@canada.hp.com>
  628.      486DX/40 AMD          20.09   Pieter Eendebak <peendebak@bbsw.idn.nl>
  629.      486DX/50              24.48   Arnd Gehrmann <arnd@rea>
  630.      486DX/50 AMD          24.85   Klaas Hemstra <hst@mh.nl>
  631.      486DX/50 DTK          24.85   Randolph Christophers <randyc@lna.oz.au>
  632.      486DX/50              24.85   Kevin Lentin <kevinl@bruce.cs.monash.edu.au>
  633.      486DX2/50             24.85   Jason Matthew <jmatthew@kn.pacbell.com>
  634.      486DX2/50             24.85   Gregory P. Smith <smithgr@cs.colorado.edu>
  635.      486DX/50 VLB          24.97   Tom Miller <tvtom@en.com>
  636.      486DX/50              24.99   Jeff <css@erols.com>
  637.      486DX/50 Intel 256c   24.99   Mike <mike@emgee.demon.co.uk>
  638.      486DX/50              25      Robert Herzog <rherzog@rc1.vub.ac.be>
  639.      486DX2/50             25      M. Abrahamsson <swmike@uplift.df.lth.se>
  640.      486DX2/50             25.0    Christian Holtje <choltje@ux1.cso.uiuc.edu>
  641.      486DX2/50 DECpc       25.04   Thomas Pfau <pfau@cnj.digex.com>
  642.      486DX2/50 Eisa        25.04   John Willing <willing@cimage.com>
  643.      486DX2/50 256c        25.04   Zhou Yanmo <zhou@gauss.math.usf.edu>
  644.      486DX/50              25.04   Michael Kress <kress@hal.saar.de>
  645.      486DX2/50             25.04   Mats Wikholm <mwikholm@news.abo.fi>
  646.      486DX2/50             25.04   Jean C Delepine <delepine@linux.u-picardia.fr>
  647.      486DX/50              25.04   Jean C Delepine <delepine@linux.u-picardia.fr>
  648.      486DX/50              25.04   Kevin Burtch <kburtch@pts.mot.com>
  649.      486DX/50 notebook     25.04   Pierre Frenkiel <frenkiel@cdfap1.in2p3.fr>
  650.      486DX/50              25.10   M Heuler <heuler@informatik.uni-wuerzburg.edu>
  651.      486DX2/50             25.4    Brian Kennedy <bkenned@hubcap.clemson.edu>
  652.      486DX2/66             32      Lee Sau Dan <h9210876@khuxa.hku.hk>
  653.      486DX2/66             32.9    Frederick <niles@axp745.gsfc.nasa.gov>
  654.      486DX2/66             33      Alec Muffett <alecm@uk-usenet.uk.sun.com>
  655.      486DX2/66             33      NN <coolefa@pmifeg.com>
  656.      486DX2/66             33      Steve Tinney <sjt@enlil.museum.upenn.edu>
  657.      486DX2/66 Intel       33      Chuck Munro <chuckm@canada.hp.com>
  658.      486DX2/66 VLB         33.0    Sebastien Dedieu <dedieu@emi.u-bordeaux.fr>
  659.      486DX2/66 AMD         33.05   G. Skinner <gskinner@gwsunix1.crystalball.com>
  660.      486DX2/66             33.20   Arnd Gehrmann <arnd@rea>
  661.      486DX2/66 Intel/PCI   33.22   C. Menke <carsten.menke@post.uni-bielefeld.de>
  662.      486DX2/66             33.22   Brian Ricker <gt2327c@prism.gatech.edu>
  663.      486DX2/66             33.22   Don Bennett < <don@engr.mun.ca>
  664.      486DX2/66             33.22   Robert Heller <heller@cs.umass.edu>
  665.      486DX2/66             33.22   Warwick Ward-Cox <wwar@lostlink.alt.za>
  666.      486DX2/66             33.22   Chien-An Chen <giant@nwu.edu>
  667.      486DX2/66 Eisa/VL     33.22   Serge <sviznyuk@magnus.acs.ohio-state.edu>
  668.      486DX2/66 AMD         33.22   Wayne Robinson <wayner@renoir.cftnet.com>
  669.      486DX2/66 Intel       33.22   Jim Barber <yeul@marsh.cs.martin.edu.au>
  670.      486DX2/66             33.22   Tom Lowery <tlowery@mcs.kent.edu>
  671.      486DX2/66             33.27   S Viznyuk <sviznyuk@magnus.acs.ohio-state.edu>
  672.      486DX2/66             33.3    Devon Tuck <devon@netcom.com>
  673.      486DX2/66 256cache    33.4    H. Peter Anvin <hpa@nwu.edu>
  674.      486DX2/66             33.5    Jongyoon Lee <mr2@netcom.com>
  675.      486DX2/66             33.5    Petrovsky Alexey <gong@cs.msu.su>
  676.      486DX2/66             33.5    Sung Lee <slee2@umbc.edu>
  677.      486DX2/66             33.55   Gene McCulley <mcculley@greatwall.cctt.com>
  678.      486DX2/66             33.55   W. Zeilinger <wzeil@doradus.ast.univie.ac.at>
  679.      486DX2/66             33.55   Donald Lewis <dlewis@jackson.freenet.org>
  680.      486DX2/66             33.55   Eric Malkowski <malk@world.std.com>
  681.      486DX2/66 0c          33.55   Chris Petit <mystere@ix.net.com>
  682.      486DX2/66             33.55   <al-b@minster.york.ac.uk>
  683.      486DX2/66             33.55   Jesper de Jong <jesper@cas.et.tudelft.nl>
  684.      486DX2/66             33.55   John Paul Morrison <jmorriso@bogomips.com>
  685.      486DX2/66             33.55   Arash <ei39594@ios.chalmers.se>
  686.      486DX2/66             33.55   Ralph Lewis <rlewis@mail.wsu.edu>
  687.      486DX2/66             33.55   Ulisses Alonso Camaro <alonso@bebe.uv.es>
  688.      486DX2/66             33.55   Bussmann <bussmann@wolpi.infomatik.uni-bonn.de>
  689.      486DX2/66 Intel/PCI   33.55   Louis J. LaBash <labash@lcjones.aclib.siue.edu>
  690.      486DX2/66 Intel       33.55   Andrew Tubbiolo <enigma@seds.lpl.arizona.edu>
  691.      486DX2/66             33.55   W Fink <werner.fink@physik.uni-stuttgart.de>
  692.      486DX2/66 ICL         33.55   Mathias Koerber <mathias@solomon.technet.sg>
  693.      486DX2/66             33.55   Bill Pogue <gwp@dithots.dithots.org>
  694.      486DX2/66 256c        33.58   Theo Scott <rkwtgs@pukrs3.puk.ac.za>
  695.      486DX2/66             33.7    C Triantafillou <triant@pegasus.montcleair.edu>
  696.      486DX2/66 256c Intel  33.81   S Harris <harris@teaching.physics.ox.ac.uk>
  697.      486DX2/66             33.9    Magnus Back <erambk@eraj.ericsson.se>
  698.      486DX2/66 notebook    33.9    Robert A Knop <rknop@mop.caltech.edu>
  699.      486DX2/66             34.06   Al Clark <aclark@netcom.com>
  700.      486DX4/75             37.47   G Asmundarson <grettir@wordperfect.com>
  701.      486DX2/80             39.93   Andrew Tubbiolo <enigma@seds.lpl.arizona.edu>
  702.      486DX2/80 overcl/66   39.94   Mario L. Guttierez <mgutier@mentor.sdu.edu>
  703.      486DX2/80 AMD         39.94   Corey D Brenner <brenner@umr.edu>
  704.      486DX2/80             39.94   Dan Delaney <cgdela01@homer.louisville.edu>
  705.      486DX2/80             39.94   D t Haar <danny@caution.cistron.nl.mugnet.org>
  706.      486DX2/80 overcl      39.94   Peter Suetterlin <ps@kis.uni-freiburg.de>
  707.      486DX2/80 AMD         39.94   JL Gomez <kitana!sysop@caprica.com>
  708.      486DX2/80 AMD         39.94   Pete Krawczyk <pkrawczy@uiuc.edu>
  709.      486DX2/80 AMD         40      Rene Baart <baart@simplex.nl>
  710.      486DX2/80 AMD         40      Wolfgang Kalthoff <wo@rio70.bln.sni.de>
  711.      486DX2/80             40.0    Rick Brown <ccastrb@prism.gatech.edu>
  712.      486DX2/80 AMD         40.14   Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
  713.      486DX2/80 AMD         40.14   Richard S. Stone <rstone@edgp.com>
  714.      486DX2/80             40.15   Oleg <oleg@hpcms.co.il>
  715.      486DX2/80 AMD         40.18   Adri Verhoef <a3@a3.xs4all.nl>
  716.      486DX2/80             40.18   Mats Andtbacka <mandtback@abo.fi>
  717.      486DX2/100 AMD overcl 49.14   Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
  718.      5x86/100 AMD undercl  49.66   NN <root@tailor.aleim.net>
  719.      486DX4/100 256c       49.71   Lutz Pressler <lutz.pressler@med-stat.GWDG.de>
  720.      486DX4/100            49.71   Brett Gersekowski <bgrerseko@powerup.com.au>
  721.      486DX4/100 Intel 256c 49.77   Angelo Haritsis <ah@doc.ic.ac.uk>
  722.      5x86/100 AMB undercl  49.77   Bernd Hentig <bernd.hentig@guug.de>
  723.      486DX4/100            49.78   Aurel Balmosan <aurel@xylo.owl.de>
  724.      486DX4/100            49.87   Chris Saia <minkie@concentric.net>
  725.      486DX4/100            50      Donald Lewis <dlewis@jackson.freenet.org>
  726.      486DX4/100            50.02   Peter Skov Knudsen <gogol@ask.diku.dk>
  727.      486DX4/100            50.02   Shadow Weaver <djamison@students.wisc.edu>
  728.      486DX4/100 AMD        50.3    Dave <shodan@shodan.clark.net>
  729.      486DX4/100 AMD        50.04   Tony Smolar <asmolar@fast.net>
  730.      486DX4/100            50.05   fredk <fredk@shadow.net>
  731.      486DX4/100            50.06   Ronald Prague <ronp@fisnet.net>
  732.      486DX4/100            50.08   Matt Gisher <matt@matt.fidalgo.net>
  733.      486DX4/100            50.08   Steven A. Duchene <sduchene@cis.ysu.edu>
  734.      486DX4/100            50.08   Miles O'Neal <meo@schoneal.com>
  735.      486DX4/100            50.08   Will <zxmvg07@hp12.zdv.uni-tuebingen.de>
  736.      486DX4/100            50.08   Piet de Bondt <bondt@dutiws.twi.tudelft.nl>
  737.      486DX4/100 laptop     50.08   Karl Kleinpaste <karl_kleinpaste@cs.cmu.edu>
  738.      486DX4/100 256c       50.08   Thomas Kanschik <y0000997@ws.rz.tu-bs.de>
  739.      486DX4/100            50.08   Linas Vepstas <linas@fc.net>
  740.      486DX4/100            50.08   Ed Daiga <daiga@engin.umich.edu>
  741.      486DX4/100 notebook   50.08   Gerry Quejada <fd863@cleveland.freenet.edu>
  742.      486DX4/100 AMD        50.08   B Schuller <schuller@ind136a.wi.leidenuniv.nl>
  743.      486DX4/100            50.08   J.L. Brothers <brothers@halcyon.com>
  744.      486DX4/100            50.08   David E.A. Wilson <david@cs.uow.edu.au>
  745.      486DX4/100            50.08   Mark Lumsden <root@titan2.physics.mcmaster.ca>
  746.      486DX4/100            50.08   Ashar <ashar@netcom12.netcom.com>
  747.      486DX4/100            50.08   Jacob Waltz <waltz@pcjiw.lampf.lanl.gov>
  748.      486DX4/100            50.08   Tom Sinclair <sinner@cafe.net>
  749.      486DX4/100 AMD        50.08   G. Skinner <gskinner@gwsunix1.crystalball.com>
  750.      486DX4/100 AMD        50.08   Nick Savoiu <nick@ritz.mordor.com>
  751.      486DX4/100            50.08   Thomas J Fisher <twb5odt@nmia.com>
  752.      486DX4/100            50.08   Pascal Pensa <pensa@aurora.unice.fr>
  753.      486DX4/100            50.08   Julian Bradbury <julian@xabcs.demon.co.uk>
  754.      486DX4/100            50.51   Frederic Potter <frederic@swing.ibp.fr>
  755.      486DX4/100            50.66   Bill Stegers <bill_ste@zeelandnet.nl>
  756.      486DX4/120 256c       59.1    Kevin <kalichwa@oakland.edu>
  757.      486DX4/120 AMD        59.80   Mark Tranchant <mat92@ecs.soton.ac.uk>
  758.      486DX4/120 AMD        59.80   Fred Broce <fbroce@atlanta.com>
  759.      486DX4/120 AMD        59.90   Marko Ovaska <ovaska@cc.helsinki.fi>
  760.      486DX4/120 AMD        59.80   Bob Purdon <bobp@mpx.com.au>
  761.      486DX4/120 AMD        59.80   Pat Young <dice@netbsd.warped.com>
  762.      486DX4/120            59.91   Will <zxmvg07@hp12.zdv.uni-tuebingen.de>
  763.      486DX4/120 AMD 256c   60.01   Angelo Haritsis <ah@doc.ic.ac.uk>
  764.      486DX4/120 overcl     60.45   Pascal Pensa <pensa@aurora.unice.fr>
  765.      486DX4/120            60.45   Neal Howard <neal@metronet.com>
  766.      486DX4/120 AMD        60.45   Oscar Belmar Madrid <obelmar@anakena.usach.cl>
  767.      486DX4/120            60.45   Jason Buchanan <jsb@digistar.com>
  768.      486DX4/120            60.45   Foersterling <dirk@informatik.uni-frankfurt.de>
  769.      486DX4/120            60.45   Bernd Hentig <bernd@finow.snafu.de>
  770.      5x86/133 AMD          66.15   NN <root@tailor.aleim.net>
  771.      5x86/133 AMD          66.15   Brad Wilson <bwilson@deltanet.com>
  772.      5x86/133 AMD          66.44   P Yli-Krekola <perttu@ntcmar01ba.ntc.nokia.com>
  773.      5x86/133 AMD          66.44   V. Tailor <vtailor@ibm.net>
  774.      5x86/133 AMD          66.55   Andrew B. Cramer <cramer@ripco.com>
  775.      5x86/133 AMD          66.56   Bob Nielsen <nielsen@primenet.com>
  776.      5x86/133 AMD          66.65   Geoff Raye <gtraye@igsrsparc2.er.usgs.gov>
  777.      5x86/133 AMD          66.7    Klaas Hemstra <hst@mh.nl>
  778.      5x86/133 AMD          66.80   N.N. <vp24njcb@ubvms.cc.buffalo.edu>
  779.      5x86/133 AMD   256c   67.10   Vasily Lewis
  780.      5x86/133 AMD          67.10   James Reith <reith@racores.com>
  781.      5x86/133 AMD   256c   67.10   Yves Rougy <yrougy%siam@cal.fr>
  782.      5x86/133 AMD   256c   67.10   Peter A. Koren <pkoren@lvdc20.dseg.ti.com>
  783.      5x86/133 AMD   256c   67.10   Wim Joppe <joppe@xs4all.nl>
  784.      5x86/133 AMD   256c   67.10   Gunnar Stefansson <gunnars@rhi.hi.is>
  785.      5x86/133 AMD   256c   67.10   Vernard Martin <vernard.martin@cc.gatech.edu>
  786.      5x86/150 AMD overcl   74.75   Sergio Riveros <riveros@musca.unm.edu>
  787.      5x86/150 AMD overcl   74.75   Arthur K. Chan <artchan@cs.ucr.edu>
  788.      5x86/160 AMD overcl   79.87   M.Suencksen <msuencks@techfak.uni-bielefeld.de>
  789.      5x86/160 AMD overcl   79.87   J. Chris Hammond <cosmo@pcisys.net>
  790.      5x86/160 AMD overcl   79.87   Bird Chen <luca@linux.taiwan.hp.com>
  791.      5x86/160 AMD overcl   79.89   Geir Skaugen <geir.skaugen@energy.sintef.no>
  792.      5x86/160 AMD overcl   79.89   Martin Vernon <martin@gw6hva.demon.co.uk>
  793.      5x86/160 AMD overcl   79.92   T. Zerucha <zerucha@shell.portal.com>
  794.      5x86/160 AMD overcl   80.36   Paul Colucci <pcolucci@acsu.buffalo.edu>
  795.      5x86/160 AMD overcl   80.36   Steinar Haug <sthaug@nethelp.no>
  796.      5x86/160 AMD overcl   80.36   James Daniel <triadmin@bga.com>
  797.      5x86/160 AMD          80.36   David H.S. Oh <david@std.net>
  798.  
  799.  
  800.  
  801.  
  802.   9.5.  Normal 486 variations: Cyrix/IBM, UMC
  803.  
  804.  
  805.      System                BogoMips  Reporter
  806.      486DLC/33                 9.42  Dennis Robinson <djrobins@uxa.cso.uiuc.edu>
  807.      486DLC/33 387DX/40        9.47  Denis Solaro <drzob@vectrex.login.qc.ca>
  808.      486DLC/33 Cyrix wb        9.5   M. Asplund <matt@xenon.cchem.berkely.edu>
  809.      486DLC/33 Cyrix 386      11.2   Alex Freed <freed@europa.orion.adobe.com>
  810.      486DLC/40 256c           11.33  Schendel <sschend@magnus.acs.ohio-state.edu>
  811.      486Dx/40 Cyrix           11.73  Malcolm Bremer <malcolm@strw.LeidenUniv.nl>
  812.      486DRx2/40 Cyrix         13.10  Christopher Lau <clau@acs.ucalgary.ca>
  813.      486DX/33 Cyrix           13.21  M Haardt <u31b3hs@informatik.RWTH-Aachen.DE>
  814.      486DLC/40 bogoboost      13.21  Harry Pasanen <ps@tekla.fi>
  815.      486DLC/40 487 Cyrix      13.21  Ian A. Verschuren <iav@po.CWRU.Edu>
  816.      486DCL Cyrix             13.3   Tracer Bullet P.I. <ges@earth.baylor.edu>
  817.      486DLC/40                13.31  Adam Frampton <frampton@access2.digex.net>
  818.      486DLC/40                13.31  Rick Chow <crc@cacs.usl.edu>
  819.      486SLC-S/33              13.51  Brad Pepers <pepersb@cuug.ab.ca>
  820.      486DLC/40 no Cxpatch     15.47  Sergei O. Naoumov <serge@envy.astro.unc.edu>
  821.      486DLC/40 TI 128c        15.97  Philip K. Roban <phil@seal.micro.umn.edu>
  822.      486DLC/40 Cyrix          15.97  L.J. LaBash <labash@lcjones.aclib.siue.edu>
  823.      486DRx2/40               15.99  Christopher Lau <lauc@fusion.cuc.ab.ca>
  824.      486DX2/66 IBM no-FF      19     NN <coolefa@pmifeg.com>
  825.      486SLC2/66 IBM 64c       18.95  Sujat Jamil <sujat@shasta.ee.umn.edu>
  826.      486SLC2/66 IBM 128c      18.95  Sujat Jamil <sujat@shasta.ee.umn.edu>
  827.      486SLC2/66               19.02  Harry Mangalam <mangalam@uci.edu>
  828.      486SLC/50                19.28  Sion Arrowsmith <sion@bast.demon.co.uk>
  829.      486BL3/75 IBM 256c       21.40  Anders Stenback <stenback@kuai.se>
  830.      486BL3/75 IBM 256c       21.50  Ming S. Chan <ming.chan@canrem.com>
  831.      486DX2/66 Cyrix 128c     26.63  Derek Kwan <dkwan@zeus.UWaterloo.ca>
  832.      486DX2/66 Cyrix          26.63  Adrian Parker <adrian@willen.demon.co.uk>
  833.      486DX2-S/66 256c         26.63  Jean-Marc Wislez <JeanMarc.Wislez@rug.ac.be>
  834.      486DX2/66 Cyrix          26.63  Curran W. Fey <fey@biotech.washington.edu>
  835.      486BL3/100 IBM 256c      28.36  Anders Stenback <stenback@kuai.se>
  836.  
  837.      486SX-S/33 UMC 0c        20.20  Hynek Med <xmedh02@manes.vse.cz>
  838.      486SX-S/40 UMC 0c        26.52  Hynek Med <xmedh02@manes.vse.cz>
  839.      486SX-U5/40 UMC 0c       26.63  Dusan Mihajlovic <zdule@herkules.co.yu>
  840.  
  841.  
  842.  
  843.  
  844.   9.6.  Oddly or faultly configured Pentium systems, or variations
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.      System                BogoMips  Reporter
  860.      Pentium/66                2.18  Bob Myers <root@shyguy.lonestar.org>
  861.      Pentium/90 notebook       9.5   Mark Maybee <markm@cs.colorado.edu>
  862.      6x86/120 Cyrix           52.32  Joel Boring <dwild@eskimo.com>
  863.      Pentium/83 Overdrive     82.85  Brian Smith <smithb@laraby.tiac.net>
  864.      Pentium/83 Overdrive     83.32  Scott Francis <mord@netcom.com>
  865.      Pentium/83 Overdrive     82.94  G. Spiegelberg <greg@owens.ridgecrest.ca.us>
  866.      Pentium/83 Overdrive     83.35  Jacek Polewczak <jacek.polewczak@csun.edu>
  867.      6x86/120 P120+overcl    104.86  Howard Poe <falcor@kingsnet.com>
  868.      Pentium MMX/263 overcl  392.40  John Appleby <jma24@cam.ac.uk>
  869.      Pentium MMX/231         419.43  Juan Domenech <domenech@mail.seric.es>
  870.      Pentium MMX/263 overcl  435.87  Juan Domenech <domenech@mail.seric.es>
  871.      SMP4 Pentium Pro/200    700.13  R. Carrico <robert_carrico@themoneystore.com>
  872.  
  873.  
  874.  
  875.  
  876.   9.7.  Normal Pentium systems
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.      System                BogoMips  Reporter
  926.      Pentium/60               23     Chien-An Chen <giant@nwu.edu>
  927.      Pentium/60               23.96  Joost Helberg <jhelberg@nlsun8.oracle.nl>
  928.      Pentium/60               23.96  Ulf Tietz <ulf@rio70.bln.sni.de>
  929.      Pentium/60 Gateway       23.96  Manoj Kasichainula <mvkasich@eos.ncsu.edu>
  930.      Pentium/60               23.96  Pierre Frenkiel <frenkiel@cdfap1.in2p3.fr>
  931.      Pentium/60               23.96  Tim Oosterbroek <tim@astro.uva.nl>
  932.      Pentium/60 NCR 3455      24     Mathias Koerber <mathias@solomon.technet.sg>
  933.      Pentium/60               24     Joe Sloan <jjs@engr.ucr.edu>
  934.      Pentium/60               24.0   Mark H. Wood <mwood@indyvax.iupui.edu>
  935.      Pentium/60               24.13  R.M. van Rijswijk <rijswijk@cs.utwente.nl>
  936.      Pentium/66               25     Chuck Munro <chuckm@canada.hp.com>
  937.      Pentium/66               26.63  Jason M. Naughton <jnaughto@ee.ryerson.ca>
  938.      Pentium/66               26.84  Kelly Carmichael <kcarmich@cln.etc.bc.ca>
  939.      Pentium/75 256c          29.5   Chris Dodd <cdodd@super.win.or.jp>
  940.      Pentium/75 Intel         29.79  Scott M. Grim <sgrim@netwalk.com>
  941.      Pentium/75               29.95  Steve Martin <smartin@mrg.uswest.com>
  942.      Pentium/75               30.22  Zoran Marjanski <bagzor@enterprise.ca>
  943.      Pentium/75               30.22  Andrew Buckby <c4ab1@dmu.ac.uk>
  944.      Pentium/75               30.22  Stuart Nuttall <u9230106@sys.uea.ac.uk>
  945.      Pentium/90 notebook      32.73  Rich Neves <neves@cs.colorado.edu>
  946.      Pentium/90               34.07  A. Galbraith <ajgalb@postman.essex.ac.uk>
  947.      Pentium/90 zappa 256c    35.6   Sebastien Dedieu <dedieu@emi.u-bordeaux.fr>
  948.      Pentium/90               35.84  Jason Nunn <jsno@stormfront.com.au>
  949.      Pentium/90               35.88  Joe Anderson <CPJJA@ttacs3.ttu.edu>
  950.      Pentium/90               35.88  Warwick Allison <warwick@cs.uq.oz.au>
  951.      Pentium/90               35.94  Erik Walthinsen <omega@teleport.com>
  952.      Pentium/90               36     Joe Sloan <jjs@engr.ucr.edu>
  953.      Pentium/90               36     Larry Auton <lda@nfa.research.att.com>
  954.      Pentium/90               36     Richard Knipe <knipe@lobby.ti.com>
  955.      Pentium/90               36.0   Werner Almesberger <almesber@lrc.epfl.ch>
  956.      Pentium/90               36.06  Rob J. Nauta <rob@iaehv.nl>
  957.      Pentium/90               36.08  Leung Hon Wa <cshwleun@cs.citu.edu.hk>
  958.      Pentium/90 Zeos          36.08  Chris Laurel <claurel@mr.net>
  959.      Pentium/90               36.08  Ronald Prague <ronp@fishnet.net>
  960.      Pentium/90               36.08  Adrian Blues <adrian@hypereality.co.uk>
  961.      Pentium/90               36.08  Pak Yin Tam "Fred" <ptam@eesun1.tamu.edu>
  962.      Pentium/90               36.08  Jason Heiss <jheiss@cco.caltech.edu>
  963.      Pentium/90               36.08  Tim Krantz <tek@dsinc.com>
  964.      Pentium/90 Gateway       36.08  Pete Stewart <stewart@bae.bellcore.com>
  965.      Pentium/90               36.08  Tom Manos <tmanos@infi.net>
  966.      Pentium/90               36.08  Richard Mundell <R.Mundell@uea.ac.uk>
  967.      Pentium/90               36.08  NN <usenet@uxmail.ust.hk>
  968.      Pentium/90               36.08  Yavuz Batmaz <yavuzb@knidos.cc.metu.edu.tr>
  969.      Pentium/90               36.08  Alan Skelley <askelley@gpu.srv.ualberta.ca>
  970.      Pentium/90               36.08  Ralph Sims <ralphs@locus.halcyon.com>
  971.      Pentium/90               36.08  Julian Bradbury <julian@xabcs.demon.co.uk>
  972.      Pentium/90               36.08  Dan Langrill <langrlld@mussel.cig.mot.com>
  973.      Pentium/90               36.08  Ravi Krishna Swamy <rkswamy@eos.ncsu.edu>
  974.      Pentium/90               36.08  J.L. Brothers <brothers@halcyon.com>
  975.      Pentium/90 Micronics     36.09  Andrew Brown <andrewbrown@acm.org>
  976.      Pentium/90               36.27  Giao H. Phan <giao@concrete.resnet.upenn.edu>
  977.      Pentium/90 Plato         36.4   Joe Valenzuela <smarm@ibm.net>
  978.      Pentium/90               36.5   Mike Kelleher <mikejk@umfacad.maine.edu>
  979.      Pentium/90               36.9   Ted Gaunt <tgaunt@pms701.pms.ford.com>
  980.      Pentium/100 overcl       38.39  Stefan Onderka <stefan.onderka@metronet.de>
  981.      Pentium/100              39.52  Adrian Blues <adrian@hypereality.co.uk>
  982.      Pentium/100 overcl       39.73  Phil Howard <phil@clr.com>
  983.      Pentium/100              39.73  <Peter.Weiss@informatik.uni-oldenburg.de>
  984.      Pentium/100 0c           39.73  Jason Crawford <jasonc1@gramercy.ios.com>
  985.      Pentium/100 overcl       39.83  Stefan Onderka <stefan.onderka@metronet.de>
  986.      Pentium/100              39.93  Tom Miller <tvtom@en.com>
  987.      Pentium/100 Cyrix        39.94  Mike Holland <myk@cygnus.uwa.edu.au>
  988.      Pentium/100              39.94  KAZ Vorpal <kaz@upx.net>
  989.      Pentium/100 overcl       39.94  Donar G.E. Alofs <donar@cs.vu.nl>
  990.      Pentium/100              39.94  Larry Snyder <larry@trauma.iag.net>
  991.      Pentium/100              39.94  Ian Hill <ian@hecate.phy.queensu.ca>
  992.      Pentium/100              39.94  John Crawford <link@spu.edu>
  993.      Pentium/100              39.94  Jered <jered@mit.edu>
  994.      Pentium/100 overcl       39.94  Ian <irs2@tweedledum.amp.york.ac.uk>
  995.      Pentium/100              39.94  Brian McGhee <brianm@iceonline.com>
  996.      Pentium/100              39.94  M Skjelland <morten.skjelland@pvv.unit.no>
  997.      Pentium/100              39.96  Dan Kha <dkha@yorku.ca>
  998.      Pentium/100              39.98  Phillipe Charon <charron@ecoledoc.ibp.fr>
  999.      Pentium/100              40.03  <bon@elektron.ikp.physik.th-darmstadt.de>
  1000.      Pentium/100              40.08  Ronny Spiegel <rspiegel@htwm.de>
  1001.      Pentium/100              40.18  David Baldwin <davidb@exis.net>
  1002.      Pentium/100              40.18  <habibie@catevr.fiu.edu>
  1003.      Pentium/120 Cyrix        47.8   Simon Ho <simon@epsilon.win-uk.net>
  1004.      Pentium/120              47.82  Jorge Juan-Chico <jjchico@imse.cnm.es>
  1005.      Pentium/120 Cyrix        47.92  Joel N. Squire <squire@colorado.edu>
  1006.      Pentium/120              47.93  Umberto d'Ortona <umberto@grenet.fr>
  1007.      Pentium/120 Cyrix        47.93  Jim T. Polk <jtpolk@cris.com>
  1008.      Pentium/120              47.93  Jon Trowbridge <trow@mcs.com>
  1009.      Pentium/120              47.98  Craig Bates <cbates@psu.edu>
  1010.      Pentium/120 Cyrix        48     Steve <horne@mhd2.pfc.mit.edu>
  1011.      Pentium/120              48.00  Michael Wazenski <mwazenski@dsrnet.com>
  1012.      Pentium/120 Intel        48.02  Scott M. Grim <sgrim@netwalk.com>
  1013.      Pentium/120 Cyrix        48.27  Glenn T. Jayaputera <gjt@budgie.apana.org.au>
  1014.      Pentium/120              48.27  Roman Mitnitski <mitnits@shany.net>
  1015.      Pentium/120              48.27  Peter Walsh <pwalsh@rain.org>
  1016.      Pentium/120 Cyrix        48.2   Viznyuk <sviznyuk@magnus.acs.ohio-state.edu>
  1017.      Pentium/120              49.27  Simon Hargrave <simon@revell.demon.co.uk>
  1018.      Pentium/133              53.04  Wayne Roberts <wroberts@aug.com>
  1019.      Pentium/133              53.04  Gregory Travis <greg@indiana.edu>
  1020.      Pentium/133 overcl       53.04  A. Kunigelis <algikun@santaka.sc-uni.ktu.lt>
  1021.      Pentium/133 Intel        53.04  Jimmie Farmer <calvin@malchick.com>
  1022.      Pentium/133              53.25  Chuck Mattern <cmattern@mindspring.com>
  1023.      Pentium/133              53.26  Glenn Holt <gholt@lsil.com>
  1024.      Pentium/133              53.26  Heikki Levanto <heikki@lsd.ping.dk>
  1025.      Pentium/133              53.26  Chaim Tarshish <chaim@ipl.med.nyu.edu>
  1026.      Pentium/133              53.26  Mitchell B. Hamm <hamm@one.net>
  1027.      Pentium/133              53.26  Donald Lewis <dlewis@jackson.freenet.org>
  1028.      Pentium/133              53.26  Jon Trowbridge <trow@kremlin.emccta.com>
  1029.      Pentium/133              53.26  Charny Peete Mitchell <cpmiche@eos.ncsu.edu>
  1030.      Pentium/133 256c         53.26  David Wuertele <dave@gctech.com>
  1031.      Pentium/133 256c         53.68  Guiseppe Miceli <ferdy@ccii.unipi.it>
  1032.      Pentium/133              53.68  Michael Kress <kress@hal.saar.de>
  1033.      Pentium/150 Intel        59.80  Joel D. Young <jdyoung@afit.af.mil>
  1034.      Pentium/150              60.01  Joost de Greef <joost@stack.nl>
  1035.      Pentium/150 overcl       60.21  Duarte Cordeiro <l38404@alfa.ist.utl.pt>
  1036.      Pentium/166              66.16  Pedro Soria-Rodriguez <sorrodp@wpi.edu>
  1037.      Pentium/166              66.35  K. Visweswaran <kviswesw@lehman.com>
  1038.      Pentium/166              66.36  T. Endo <enchan@trc.rwcp.or.jp>
  1039.      Pentium/166              66.44  Donald Lewis <dlewis@jackson.freenet.org>
  1040.      Pentium/166              66.76  F. Baitinger <baiti@herrenberg.netsurf.de>
  1041.      Pentium/166              67.10  Jon Trowbridge <trow@mcs.com>
  1042.      Pentium/166              67.10  Dylan <dylan@ert.com>
  1043.      Pentium/166 512c         67.10  Dirk Freese <freese@infra.de>
  1044.      Pentium/200              79.66  Piete Brooks <Piete.Brooks@cl.cam.ac.uk>
  1045.      Pentium/200              79.69  Timm Gleason <timm@bess.net>
  1046.      Pentium/200              79.89  Dave S. Baker <dave@acedia.demon.co.uk>
  1047.      Pentium/200              78.87  Nick D'Apice <ndapice@erols.com>
  1048.      Pentium/200              81.92  Steve Baur <steve@xemacs.org>
  1049.  
  1050.  
  1051.  
  1052.  
  1053.   9.8.  Normal Pentium variations: MMX, Pro, II, Cyrix, AMD
  1054.  
  1055.  
  1056.  
  1057.      System                BogoMips  Reporter
  1058.  
  1059.      Pentium MMX/133         265.77  Ron Peters <rpeters@f15fast.al.intel.com>
  1060.      Pentium MMX/150         307.53  Sami Sihvonen <buggy@fix.no>
  1061.      Pentium MMX/166 notebk  331.75  n.n. <visionary@aura.title14.com>
  1062.      Pentium MMX/166         331.78  Rob Janssen <pe1chl@amsat.org>
  1063.      Pentium MMX/166         331.78  Dave Page <dave@vale-housing.co.uk>
  1064.      Pentium MMX/166         331.78  Matthew C. Sell <amtmcs@amsta.leeds.ac.uk>
  1065.      Pentium MMX/166         333.41  Sjoelie <patrick@sjoel.xs4all.nl>
  1066.      Pentium MMX/180         358.81  David Efflandt <efflandt@xnet.com>
  1067.      Pentium MMX/200         398.13  Andy Saunders <andi@numenor.oucs.ox.ac.uk>
  1068.      Pentium MMX/200         398.13  A. James Lewis <james@vrtx.net>
  1069.      Pentium MMX/200         398.95  Reinhold J. Gerharz <rgerharx@erols.com>
  1070.      Pentium MMX/200         398.95  Eric Beymer <beymer@soundex.com>
  1071.      Pentium MMX/200         398.95  Duane Steel <dsteele@direct.ca>
  1072.      Pentium MMX/200         400     Rob Jokinen <rjokinen@rt66.com>
  1073.      Pentium MMX/200         400.59  Paul Black <paul@darwin.demon.co.uk>
  1074.      Pentium MMX/200         400.59  Bart <bart@aceonline.com.au>
  1075.      Pentium MMX/210 overcl  416.97  John Saunders <john@nlc.net.au>
  1076.      Pentium MMX/225 overcl  448.92  Ingo Reimann <reimann@uni-muenster.de>
  1077.      Pentium MMX/250 overcl  498.07  Maarten van Rossum <m@vr.xs4all.nl>
  1078.  
  1079.      Pentium Pro/133         132.88  John D. Sundberg <jdsundberg@mmm.com>
  1080.      Pentium Pro/150         149.50  Rogier Wolff <wolff@bitwizard.nl>
  1081.      Pentium Pro/180         179.61  Chuck Fee <fee@ch4549.org>
  1082.      Pentium Pro/200         197.42  Michael Griffith <grif@cs.ucr.edu>
  1083.      Pentium Pro/200         197.42  Curtis Varner <carner@cs.ucr.edu>
  1084.      Pentium Pro/200         198.84  Erik Max Francis <max@alcyone.com>
  1085.      Pentium Pro/200         198.84  Marc Winkler <marcus@healthchex.com>
  1086.      Pentium Pro/200         199.04  V. Bostrom <Vareck_Bostrom@ccm.jf.intel.com>
  1087.      Pentium Pro/200         199.06  Justin Clancy <justin@hippos.demon.co.uk>
  1088.      Pentium Pro/200         199.06  Glenn Lamb <mumford@netcom15.netcom.com>
  1089.      Pentium Pro/200         199.06  Laszlo Herczeg <las@light-house.com>
  1090.      Pentium Pro/200         199.07  Stefan <boresch@schuber.u-strasbg.fr>
  1091.      Pentium Pro/200         199.07  Greg Fausak <lgfausak@august.com>
  1092.      Pentium Pro/200         199.07  Chris Jones <chris@planetsymphone.com>
  1093.      Pentium Pro/200         199.07  Matthew S. Crocker <matthew@crocker.com>
  1094.      Pentium Pro/200         199.95  Reinhold J. Gerharz <rgerharx@erols.com>
  1095.      Pentium Pro/200         200.32  Gil Megidish <gmegidis@ort.org.il>
  1096.      Pentium Pro/200         200.32  Jose Navarro <jnavarro@aoc.nrao.edu>
  1097.      Pentium Pro/200         200.32  <Eric_Zucker@om.hp.com>
  1098.      Pentium Pro/200         200.32  Wayne Scott <wscott@ichips.intel.com>
  1099.      Pentium Pro/200         200.32  Adrian L. Hosey <ahosey@cs.indiana.edu>
  1100.      Pentium Pro/233 overcl  234.43  S. Curtarolo <auro@spiro.fisica.unipd.it>
  1101.  
  1102.      Pentium II/266          265.42  Jon Trowbridge <trow@kremlin.emccta.com>
  1103.      Pentium II/266          265.44  Nick Ullman <nick@avenza.com>
  1104.      Pentium II/266          267.06  James McKinnon <jmack@phys.ualberta.ca>
  1105.      Pentium II/300 overcl   299.01  Martin Lathoud <nytral@endirect.qc.ca>
  1106.  
  1107.      5x86/100 Cyrix          100.16  NN <root@anxa04.cc.ic.ac.uk>
  1108.      5x86/100                100.19  Valient Gough <vgough@teton.mines.edu>
  1109.      5x86/100 Cyrix          100.47  C.Chan <chan@alfrothul.uchicago.edu>
  1110.      5x86/120 Cyrix P150+    119.60  Wynstan Tong <wynstan@eecg.toronto.ca>
  1111.      5x86/120 Cyrix P150+    119.60  Joel N. Squire <squire@colorado.edu>
  1112.      5x86/120 Cyrix P150+    119.83  Leland Olds <olds@eskimo.com>
  1113.      5x86/120 Cyrix P150+    119.83  NN <root@anxa04.cc.ic.ac.uk>
  1114.      5x86/120 Cyrix P150+    120.68  C.Chan <chan@alfrothul.uchicago.edu>
  1115.      5x86/120 Cyrix P150+    122.01  Andre Coetzee <acoetzee@ctcc.gov.za>
  1116.  
  1117.      6x86/100 Cyrix           99.42  Stig M. Valstad <svalstad@sn.no>
  1118.      6x86/110 Cyrix P133+    109.77  Matthew Flint <matthew@philtrum.demon.co.uk>
  1119.      6x86/110 Cyrix P133+    109.77  John Merriam <suprnaut@esslink.com>
  1120.      6x86/110 Cyrix P133+    109.77  Keith Smith <keith@ksmith.com>
  1121.      6x86/120 Cyrix P150+    119     Jean-Claude Gouiran <jcg13@ibm.net>
  1122.      6x86/120 Cyrix P150+    119.60  Taso Lyristis <taso@remus.rutgers.edu>
  1123.      6x86/120 Cyrix P150+    119.60  Hrvoje Stipetic <stipe@zemris.fer.hr>
  1124.      6x86/120 Cyrix          119.60  Yakko J. Warner <yakko@wtower.com>
  1125.      6x86/120 Cyrix P150+    119.60  B. James Philippe <bryan@terran.org>
  1126.      6x86/120 Cyrix P150+    119.83  Roger Merchberger <zmerch@northernway.net>
  1127.      6x86/120 Cyrix          119.83  Daniel Wold <danw@panix.com>
  1128.      6x86/120 Cyrix          120     John C. Beasley <beaslej1@nevada.edu>
  1129.      6x86/120 Cyrix P150+    120.01  Jay Thorne <jay@result.com>
  1130.      6x86/120 Cyrix P150+    120.01  Jeawan Kim <jaewan@harc.edu>
  1131.      6x86/120 Cyrix P150+    120.91  Cymen <cymen@ziplink.net>
  1132.      6x86/133 Cyrix P166+    132.71  Holger Kemper <hok@balu.ping.de>
  1133.      6x86/133 Cyrix P166+    132.71  Hrvoje Stipetic <stipe@zemris.fer.hr>
  1134.      6x86/133 Cyrix P166+    132.82  Alex Liffers <aliffers@tartarus.uwa.edu.au>
  1135.      6x86/133 Cyrix P166+    132.82  Brian C. Theobald <theobald@nortel.ca>
  1136.      6x86/133 Cyrix P166+    132.88  Alvaro Lopes <alvieboy@utad.pt>
  1137.      6x86/133 Cyrix P166+    132.88  Craig Andersen <andersen@fastlane.net>
  1138.      6x86/133 Cyrix P166+    133.73  C. Drews <drews_c@informatik.fh-hamburg.de>
  1139.      6x86/133 Cyrix P166+    133.12  Daniel Gritter <dgritt47@calvin.edu>
  1140.      6x86/150 Cyrix P200+    149.50  Evan L. Schemm <elschemm@mtu.edu>
  1141.      6x86/150 Cyrix P200+    149.50  Steven Rainwater <srainwater@ncc.com>
  1142.      6x86/150 Cyrix P200+    149.91  Sid Boyce <szb50@amdahl.com>
  1143.      6x86MX/166 Cyrix A-Step 166.71  David Anderson <rovaughn@infoave.net>
  1144.  
  1145.      K5/75 AMD               149.91  Simon Karpen <slk@linux-shell.net>
  1146.      K5/90 AMD               179.40  <root@krabi.mbp.ee>
  1147.      K5/90 AMD               179.40  Ken Edwards <edwards@thor.xon.cuug.ab.ca>
  1148.      K5/90 AMD               180.22  Hector DC Gonzalez <turbo@linux.lsl.com.mx>
  1149.      K5/90 AMD               181.00  Drew Golden <golden@platinum.nb.net>
  1150.      K5/100 AMD PR133        198.66  Trond Solem <trond.solem@homemail.com>
  1151.      K5/100 AMD PR133        199.07  Henri Jamgotchian <hjamgot@planete.net>
  1152.      K5/100 AMD PR133        199.48  Dark Mind <root@dmh.ml.org>
  1153.      K5/100 AMD PR133        199.88  J. Grassel <grassel@heart.cas.und.nodak.edu>
  1154.      K5/100 AMD PR133        199.88  Berend Reitsma <berend@united-info.com>
  1155.      K5/100 AMD PR133        200.29  Tilman Sommer <sommer@vsun02.ag01.kodak.com>
  1156.      K5/100 AMD PR133        200.32  Carlo Politi <cpoliti@mare.gol.grosseto.it>
  1157.      K5/100 AMD PR133        199.07  Franco De Angelis <fda@ied.unipr.it>
  1158.      K5/100 AMD PR133        199.07  HaJo Simons <hajo@frodo.com>
  1159.      K5/116 AMD PR166        233.47  Hans-Joachim Baader <hans@grumber.ika.de>
  1160.      K5/120 AMD PR133 overcl 239.21  Chris Harshman <harshman@paradigm.uor.edu>
  1161.  
  1162.      K6/166                  332.60  David Parsons <orc@pell.chi.il.us>
  1163.      K6/166                  331     Bill Petersen <brp@cuberramp.net>
  1164.      K6/200                  398.85  n.n. <uh886@freenet.victoria.bc.ca>
  1165.      K6/200                  398.89  Ian Hanschen <hanschen@uwyo.edu>
  1166.      K6/200                  399.77  Murtaza Amiji <murti@wpi.edu>
  1167.      K6/200                  399.78  Dan Hetzel <dan@icor.fr>
  1168.      K6/200                  400.58  Paco Culebras Amigo <paco@hades.udg.es>
  1169.      K6/200                  400.59  Sverre H. Huseby <s.h.huseby@usit.uio.no>
  1170.      K6/200                  400.59  Steve Conley <sconley@muck.leonine.com>
  1171.      K6/200                  400.59  Mark Lehrer <edge@dux.raex.com>
  1172.      K6/200                  400.59  Chris Esser <ksqueak@erols.com>
  1173.      K6/200                  400.59  Federico Pellegrin <fede@triangolo.it>
  1174.      K6/200                  400.59  Howard Poe <falcor@kingsnet.com>
  1175.      K6/208 overcl           416.15  Jani Halme <jaadha@utu.fi>
  1176.      K6/208 overcl           416.15  Donnie Savage <dsavage@cris.com>
  1177.      K6/208                  417.97  J.F. Ursetto <ursetto@uiuc.edu>
  1178.      K6/225                  440     n.n. <uh886@freenet.victoria.bc.ca>
  1179.      K6/225 overcl           448.92  Paco Culebras Amigo <paco@hades.udg.es>
  1180.      K6/225 overcl           450.56  M. Cramer <mccramer@stuttgart.netscape.de>
  1181.      K6/233                  466.5   R. Garcia <rgarciaitt@aol.com>
  1182.      K6/233 overcl           466.84  Francesco <root@fly.cnuce.cnr.it>
  1183.      K6/233 overcl           466.94  Paco Culebras Amigo <paco@hades.udg.es>
  1184.      K6/233                  466.94  Howard Poe <hpoe@nyx.net>
  1185.      K6/233                  466.94  Andreas Haumer <andreas@xss.co.at>
  1186.      K6/233                  466.94  Damien Castelltort <eznerald@mail.mnet.fr>
  1187.      K6/233                  466.94  G. Cantallops Ramis <gcantallopsr@jet.se>
  1188.  
  1189.   9.9.  Normal Alpha systems
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.      System             BogoMips  Reporter
  1256.      21064/150 Jensen        148.37  Linus Torvalds <torvalds@cc.helsinki.fi>
  1257.      21064/150 Jensen        149.49  J.L. Brothers <brothers@halcyon.com>
  1258.      21064/150 Jensen        148.89  Martin Osterman <ost@comnets.rwth-aachen.de>
  1259.  
  1260.      21064A/275 Cabriolet    271.58  <michal@ellpspace.math.ualberta.ca>
  1261.      21064A/275 Cabriolet    272     Linus Torvalds <torvalds@cc.helsinki.fi>
  1262.      21064A/275              272     Stephen Gaudet <sjg@tiac.net>
  1263.      21064A/275 Cabriolet    272.63  Jay Estabrook <jestabro@amt.tay1.dec.com>
  1264.      21064A/275 Cabriolet    273.37  David Mosberger-Tang <davidm@cs.arizona.edu>
  1265.      21064A/275              274.11  Kevin Jacobs <jacobs@eek.cwru.edu>
  1266.      21064A/300 Cabriolet    298     Jay Estabrook <jestabro@amt.tay1.dec.com>
  1267.      21064A/300              298     Stephen Gaudet <sjg@tiac.net>
  1268.  
  1269.      21066/166               162.53  Phil Bostley <pbostley@qualcomm.com>
  1270.      21066/166               163.05  Matthew Jacob <mjacob@feral.com>
  1271.      21066/166               164.59  David Mosberger-Tang <davidm@cs.arizona.edu>
  1272.      21066/166 Multia        164.63  Rudolf Gabler <rug@usm.uni-muenchen.de>
  1273.      21066/166               165     Gareth Bult <gareth@ftech.net>
  1274.      21066/166               165.04  Craig Ruff <cruff@ncar.ucar.edu>
  1275.      21066/200               196.9   Danny ter Haar <danny@cistron.nl>
  1276.      21066/200 UDB overcl    198     Kari Davidsson <d154402@cs.tut.fi>
  1277.  
  1278.      21066A/233 UDB          229.63  Toon van der Pas <toon@vdpas.hobby.nl>
  1279.      21066A/233 AS400        230.16  Ophir Ronen <ophir@connectsoft.com>
  1280.      21066A/233 NoName       230.67  T. Bogendoerfer <tsbogend@bigbug.franken.de>
  1281.      21066A/233 UDB          230.68  Ted Schipper <ted@tedux.hobby.nl>
  1282.      21066A/233 NoName       230.76  Mikael Nykvist <viper@ludd.luth.se>
  1283.      21066A/233 UDB          231.21  Eric Smith <eric@goonsquad.spies.com>
  1284.      21066A/233 NoName       231.21  Jay Estabrook <jestabro@amt.tay1.dec.com>
  1285.      21066A/266 NoName ov.cl 261.62  Andreas Johansson <ajo@ludd.luth.se>
  1286.      21066A/266 UDB overcl   261.62  Michael Brennen <mbrennen@fni.net>
  1287.      21066A/266 NoName ov.cl 262.14  Wim van Dorst <baron@clifton.hobby.nl>
  1288.      21066A/266 Multia       264     Joshua Grubman <joshg@dn.net>
  1289.      21066A/284 NoName ov.cl 281.0   <imakino@gloria.cord.edu>
  1290.      21066A/297 NoName ov.cl 293.6   <imakino@gloria.cord.edu>
  1291.      21066A/300 UDB ov.cl    294.65  Topi Kanerva <tkanerva@nks.oulu.fi>
  1292.  
  1293.      21164/266 EB164         265.29  Jay Estabrook <jestabro@amt.tay1.dec.com>
  1294.      21164/300 EB164         297.79  Hilarius <maurice@ellpspace.math.ualberta.ca>
  1295.      21164/300 XLT Alcor     297.79  Dave Wreski <dave@nic.com>
  1296.      21164/300 AS1000        297.79  Salvador Pinto Abreu <spa@sc.uevora.pt>
  1297.      21164/333 Alcor         331.35  Linus Torvalds <torvalds@cs.helsinki.fi>
  1298.      21164/333 Alcor         331.35  David Mosberger-Tang <davidm@azstarnet.com>
  1299.      21164/366 PC164 Durango 363.85  Geerten Kuiper <geerten@bart.nl>
  1300.      21164/433 PC164         429.89  Paul D. Robertson <proberts@clark.net>
  1301.      21164/433 PC164         429.91  Bernd Meyer <bmeyer@cs.monash.edu.au>
  1302.      21164/433 Maita         429.91  Bill Broadley <bill@math.ucdavis.edu>
  1303.      21164/433 PC164         430.96  <rainer.landes@physik.uni-karlsruhe.de>
  1304.      21164/433 EB164         430.96  <Metod.Kozelj@rzs-hm.si>
  1305.      21164/433 PC164         430.96  H. Sumargo <habibie@robotic.eng.fiu.edu>
  1306.      21164/433 PC164         431.94  Timm Gleason <timm@bess.com>
  1307.      21164/466 PC164         464.51  Daryll Strauss <daryll@d2.com>
  1308.      21164/500               497     Alex Butcher <alex@asimov.annex.co.uk>
  1309.      21164/500 PC164         497.02  C.J. Grayce <cgrayce@wasatch.ps.uci.edu>
  1310.      21164/500               497.05  Heiner Kruener <hk@martian.ping.de>
  1311.      21164/500 AS500         497.03  Jim Nance <jlnance@avanticorp.com>
  1312.      21164/500 P7            497.03  Jan guldentops <jacko@ba.be>
  1313.      21164/500 EB164 Durango 497.43  Kevin Jacobs <jacobs@eek.cwru.edu>
  1314.  
  1315.      21164A/500 PWS          497.02  Robert Harley <robert.harley@inria.fr>
  1316.      21164A/500 PC164        497.02  Stephen Oberski <sfo@deterministic.com>
  1317.      21164A/533 PC164LX      529.53  Harvey J. Stein <hjstein@bfr.co.il>
  1318.      21164A/533 PC164LX      530.57  Ronny Ranerup <ronny@axis.com>
  1319.      21164A/600 PC164LX      595.59  L.F. Donaldson <donaldlf@cs.rose-hulman.edu>
  1320.  
  1321.      21264/400 Pass-1        794.82  Jay Estabrook <jay.estabrook@digital.com>
  1322.  
  1323.  
  1324.  
  1325.  
  1326.   9.10.  Normal Motorola systems
  1327.  
  1328.  
  1329.      System                BogoMips  Reporter
  1330.      68030/16 Atari Falcon     3.90  Jay T. Millar <jmillar@eaglequest.com>
  1331.      68030/16 Atari Falcon     3.95  J.L. Brothers <brothers@halcyon.com>
  1332.      68030/16 Atari Falcon     3.98  <Roman.Hodek@informatik.uni-erlangen.de>
  1333.      68030/20 0c               4.92  Chris Nadigh <chrnadig@iiic.ethz.ch>
  1334.      68030    Amiga 3000       6.08  Andy Wick <awick@vt.edu>
  1335.      68030/30 Amiga 4000       6.09  Karsten Merker <km@golf.dinet.com>
  1336.      68030/25 Amiga 3000       6.12  Glen Hewlett <hewlett@planeteer.com>
  1337.      68030/25 Amiga 3000       6.21  Hamish Macdonald <hamish@bnr.ca>
  1338.      68030/25 Amiga 3000       6.21  J.L. Brothers <brothers@halcyon.com>
  1339.      68030/32 Atari Falcon     7.91  Franz Korntner <fkorntne@bazis.nl>
  1340.      68030    Atari TT         7.96  <schwab@issan.informatik.uni-dortmund.de>
  1341.      68030/32 Atari MegaST     7.98  E.J. van den Bussche <busscheh@ksepl.nl>
  1342.      68030/33 Atari TT         7.98  <Roman.Hodek@informatik.uni-erlangen.de>
  1343.      68030    Atari TT         7.98  Wayne Booth <trek@ihgp114r.ih.att.com>
  1344.      68030/60                  8.06  Korey Budgen <kbudgen@st.nepean.uws.edu.au>
  1345.      68030/33 Amiga 2000       8.14  W. Haidinger <e9225662@stud1.tuwien.ac.at>
  1346.      68030/48 32c             11.89  Martin Rogge <Martin_Rogge@ki.maus.de>
  1347.      68030/50 Atari           12     <Roman.Hodek@informatik.uni-erlangen.de>
  1348.      68030/50 Amiga 1200      12.36  Chris Sumner <chris@ganymede.sonnet.co.uk>
  1349.      68030/50 Amiga 1200      12.4   Richard Jerome <etlrdje@tigger.ericsson.se>
  1350.      68030/50 32c             12.42  Michael Plonus <michi@pluto.ping.de>
  1351.      68030/50 Amiga 1200      12.33  Detrix <detrix@popd.ix.netcom.com>
  1352.  
  1353.      68040/24 Amiga 4000-40   16.6   Hamish Macdonald <hamish@bnr.ca>
  1354.      68040/24 Amiga 4000-20   16.60  J.L. Brothers <brothers@halcyon.com>
  1355.      68040/25 Amiga 4000-040  16.61  <Geert.Uytterhoeven@cs.ku-leuven.ac.be>
  1356.      68040/25 Amiga 4000      16.61  Lawrence <lawrenc@nextwork.rose-hulmand.edu>
  1357.      68040/60 Amiga 4000-40   18.99  Darren Enns <dmenns@surf.pangea.ca>
  1358.      68040/32 Medusa T40      21.25  <Hartmut.Koptein@et-inf.fho-emden.de>
  1359.      68040    Amiga 2000      21.86  Ron Flory <rjflory@feist.com>
  1360.  
  1361.      68060/50 Amiga 1200      99.53  baba <baba@pa.yokogawa.jp>
  1362.      68060/50 Amiga 4000      99.74  Stefan Tauche <otauche@uni-paderborn.de>
  1363.      68060/50 Amiga 4000     100.16  Jan Johansson <jj@mordor.it.kth.se>
  1364.  
  1365.  
  1366.  
  1367.  
  1368.   9.11.  Other Systems: Sparc, PowerPC, Mips, Intel 8088/286 ELKS
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.      System                BogoMips  Reporter
  1388.      Sparc Sun4c              17.94  J.L. Brothers <brothers@halcyon.com>
  1389.      Sparc SLC/20 S1          19.86  Simon Karpen <slk@linux-shell.net>
  1390.      Sparc IPX 4c             39.83  Paul D. Robertson <proberts@clark.net>
  1391.      Sparc SS10 super50 4m    39.93  Juan Cespedes <cespedes@etsit.upm.es>
  1392.      Sparc microS/50 SS-LX    49.76  Will Shaw <romulan@netwatch.clemson.edu>
  1393.      Sparc SS20               49.86  Gary A. Donahue <lordgad@webspan.net>
  1394.      Sparc hyperS Classic 4m  49.86  Juan Cespedes <cespedes@etsit.upm.es>
  1395.      Sparc Voyager portable   59.80  Edward Austin <eastin@shl.com>
  1396.      Sparc SS5 Netra          68     Craig Falconer <cf@papanui.school.nz>
  1397.      Sparc SS50               74.95  Kaz <kaz@latte.cafe.net>
  1398.      Sparc SS10 hyperS        99.73  Thomas B. Fox <tfox@oliverdesign.com>
  1399.      Sparc SS5/66            109.77  Lance S. Nehring <lnehrin@uswest.com>
  1400.      Sparc hSparc/150 Sun4m  150.32  Tethys <tethys@ml.com>
  1401.      Sparc Ultra1 sun4u      284.05  Iban Cardona <icc@seric.es>
  1402.  
  1403.      PowerPC 601/60 Mac6100   45.24  J.L. Brothers <brothers@halcyon.com>
  1404.      PowerPC 601/66 Mac       51.62  Fred Klein <klein@des3.u-strasbg.fr>
  1405.      PowerPC 601/60 Mac6100   59.38  Kent Radek <goo@itd.sterling.com>
  1406.      PowerPC 601/75 Mac7200   73.93  Dimitris Tsifakis <jimmy@typhoeus.dg.uoa.gr>
  1407.      PowerPC 601/100 Mac7500  98.91  Russ Hoffman <reh@fore.com>
  1408.      PowerPC 601/110 Mac8100 108     Charles Eicher <ceicher@inav.net>
  1409.  
  1410.      PowerPC 603/100          66.56  A. Costa <c_chaos@chaosnet.wahnapitae.on.ca>
  1411.  
  1412.      PowerPC 604/100 PPS6050  99.74  Evaldas Darcianovas <evaldas@isi.kvm.lt>
  1413.      PowerPC 604/100         199     Hamish Marson <hamish@aixrules.nz.ibm.com>
  1414.      PowerPC 604/100 PPS7248 199.48  Evaldas Darcianovas <evaldas@isi.kvm.lt>
  1415.      PowerPC 604/133 MOT PS  266.24  Christoper Harrel <cnh@eng.mindspring.net>
  1416.      PowerPC 604/150 Mac9500 297.73  Jean-Philippe Lord <jpl@binex.com>
  1417.      PowerPC 604/200 Mac8600 320     Julien Sebot <sebot@lri.fr>
  1418.  
  1419.      Mips R4000/100           48.30  J.L. Brothers <brothers@halcyon.com>
  1420.      Mips R4000/100 Magnum    50.03  Andreas Busse <andy@soft-n-hard.de>
  1421.      Mips R4400/134 Acer Pica 67.10  Andreas Busse <andy@soft-n-hard.de>
  1422.      Mips R4400/134 Acer Pica 67.10  Ralf Baechle <ralf@waldorf-gmbh.de>
  1423.      Mips R4600/133 Tyne     133.12  Ralf Baechle <ralf@waldorf-gmbh.de>
  1424.      Mips R4600/133 RM200    133.08  Ralf Baechle <ralf@julia.de>
  1425.      Mips R5000/150 Indy     154.83  Ralf Baechle <ralf@julie.de>
  1426.  
  1427.      Intel 8088/4.77           0.02  Tim Van der Linden <timvdl@innet.be>
  1428.      Intel 8088/10             0.05  Tim Van der Linden <timvdl@innet.be>
  1429.      Intel 8086                0.5   Kin Lau <gabe@zot.io.org>
  1430.      Intel 286 Tandy           0.75  Joey Hess <joey@kite.ml.org>
  1431.      Intel 286/8 VAXMate       1.03  Andrew Costa <c_chaos@wahnapitae.on.ca>
  1432.      Intel 286/10 Commodore    1.30  Hans-Joachim Baader <hans@grumber.inka.de>
  1433.      Intel 286 PS2             2.32  Morillas C.H. Antonio <morilla@fie.us.es>
  1434.      Intel 286 PS2             2.34  Joey Hess <joey@kite.ml.org>
  1435.  
  1436.  
  1437.  
  1438.  
  1439.   9.12.  Normal Multi CPU systems
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.      System                BogoMips  Reporter
  1454.      SMP2 Pentium/75          59.50  Michael Engel <engel@unix-ag.uni-siegen.de>
  1455.      SMP2 Pentium/90          71.68  Edwin Whitelaw <elw@ivc.com>
  1456.      SMP2 Pentium/90          71.98  Daniel Luhde-Thompson <dl10010@cam.ac.uk>
  1457.      SMP2 Pentium/90          72.08  Alan Cox <alan@cymru.net>
  1458.      SMP2 Pentium/100         79.46  Lam Dang <dangit@ix.netcom.com>
  1459.      SMP2 Pentium/100         80.08  Christian Tan <pigeon@xs4all.nl>
  1460.      SMP2 Pentium/100         80.08  McNalley <jmcnalle@attila.stevens-tech.edu>
  1461.      SMP2 Pentium/166        133.53  <Reinhard.Simkovics@jk.uni-linz.ac.at>
  1462.  
  1463.      SMP2 Pentium MMX/200    794.62  Kristian Koehntopp <kris@koehntopp.de>
  1464.      SMP2 Pentium MMX/200    796.26  Eric Clark <eclark@opencominc.com>
  1465.      SMP2 Pentium MMX/233    927.33  Jeff White <jwhite@ghq.com>
  1466.  
  1467.      SMP2 Pentium Pro/150    299.00  Steven Gallo <smgallo@numenor.csgeeks.org>
  1468.      SMP2 Pentium Pro/150    299.01  Eric van Dijken <E.vanDijken@PTT-Telecom.nl>
  1469.      SMP2 Pentium Pro/166    331.78  Eric van Dijken <E.vanDijken@PTT-Telecom.nl>
  1470.      SMP2 Pentium Pro/180    358.81  Eric van Dijken <E.vanDijken@PTT-Telecom.nl>
  1471.      SMP2 Pentium Pro/180    358.81  Frankie East <fae2401@rit.edu>
  1472.      SMP2 Pentium Pro/180    358.81  James K. Wiggs <wiggs@wolfenet.com>
  1473.      SMP2 Pentium Pro/200    396.25  Will Shaw <shaww@dialup.dstm.com>
  1474.      SMP2 Pentium Pro/200    398.13  David Konerding <dek@cgl.ucsf.edu>
  1475.      SMP2 Pentium Pro/200    398.13  B. Heinen <benedikt.heinen@infrasys.ascom.ch>
  1476.      SMP2 Pentium Pro/200    398.14  C.-A. Possamai <camille@sugiton.cnrs-mrs.fr>
  1477.      SMP2 Pentium Pro/200    398.14  Leland <llucius@millcom.com>
  1478.      SMP2 Pentium Pro/200    398.14  John Lellis <lellis@dmccorp.com>
  1479.      SMP2 Pentium Pro/200    398.14  Jim Gifford <jim@mail.rath.peachnet.edu>
  1480.      SMP2 Pentium Pro/200    398.6   Bill Davidsen <davidsen@tmr.com>
  1481.      SMP2 Pentium Pro/200    398.95  Fons Rademakers <f.rademakers@cern.ch>
  1482.      SMP2 Pentium Pro/200    398.98  Greg Fausak <glfausak@august.com>
  1483.      SMP2 Pentium Pro/200    400.18  Attila Karpati <karpati@cs.elte.hu>
  1484.      SMP4 Pentium Pro/133    532.07  Erik Walthinsen <omega@sequent.com>
  1485.      SMP4 Pentium Pro/200    794.62  Kenneth Hedlund <c415khd@nll.se>
  1486.      SMP4 Pentium Pro/200    796.28  John Pelan <j.pelan@am.qub.ac.uk>
  1487.  
  1488.      SMP2 Pentium II/233     466.94  Eli Kane <eli@crl.nmsu.edu>
  1489.      SMP2 Pentium II/266     530.84  Shon Martin <cshoon@oberlin.edu>
  1490.      SMP2 Pentium II/266     534.12  n.n. <service@cprompt.sk.ca>
  1491.      SMP2 Pentium II/266     534.12  Emmanuel Tychon <manu@acm.org>
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.   9.13.  Non-Linux systems (reference only)
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.      System                      OS      BogoMips Reporter
  1520.      68000/8 Macintosh Classic   MacOS      0.53  <jimmy@typhoeus.dg.uoa.gr>
  1521.      68020/20 Sun 3              SUNOS      2.0   <korpela@ssl.berkeley.edu>
  1522.      68020/16 Macintosh LC       MacOS      3.09  <jimmy@typhoeus.dg.uoa.gr>
  1523.      68020/25 Sun 3-180          SUNOS      4.0   <korpela@ssl.berkeley.edu>
  1524.      Sparc Sun 3-60              SUNOS      4.00  <tranter@software.mitel.com>
  1525.      Sparc Sun 3-80              SUNOS      4.00  <tranter@software.mitel.com>
  1526.      68030/25 Macintosh IIci     NetBSD     5.62  <kirk-corey@uiowa.edu>
  1527.      68040/25 Macintosh LC475    MacOS     12.27  <jimmy@typhoeus.dg.uoa.gr>
  1528.      68040/33 HP9000-280         HP-UX     14     <niles@axp745.gsfc.nasa.gov>
  1529.      68040/25 Apollo 5500        DomainOS  14.00  <kirk-corey@uiowa.edu>
  1530.      Sparc Sun 4-280             SUNOS     16.0   <korpela@ssl.berkeley.edu>
  1531.      Sparc Sun IPC/40            Solaris   16.00  <gong@cs.msu.su>
  1532.      68040/25 HP9000-425         DomainOS  16.00  <kirk-corey@uiowa.edu>
  1533.      68040 NextStep              (?)       16.26  <petergun@coffeehaus.com>
  1534.      Sparc Sun SS1               SUNOS     18.00  <tranter@software.mitel.com>
  1535.      Sparc Sun SS1               SUNOS     18.00  <jimmy@typhoeus.dg.uoa.gr>
  1536.      Sparc Sun SS1+              SUNOS     19     <swmike@uplift.df.lth.se>
  1537.      Sparc Sun SS1+              SUNOS     24.00  <tranter@software.mitel.com>
  1538.      Sparc Sun IPC               SUNOS     24.00  <tranter@software.mitel.com>
  1539.      Sparc Sun Sparcstation2     SUNOS     26.00  <gong@cs.msu.su>
  1540.      SparcClassic/50             Solaris   32.00  <gong@cs.msu.su>
  1541.      Sparc Sun ELC               SUNOS     32.00  <tranter@software.mitel.com>
  1542.      HP-PA 9000-720              HP-UX     32.00  <metod.kozelj@rzs-hm.si>
  1543.      Sparc Sun SS10              SUNOS     34.00  <tranter@software.mitel.com>
  1544.      Sparc Sun SS10              SUNOS     34.00  <makler@man.torun.pl>
  1545.      Pentium/100                 Win-NT    36.21  <marcus@healthchex.com>
  1546.      Sparc Sun Sparcstation2     SUNOS     38.0   <korpela@ssl.berkeley.edu>
  1547.      Mips R4000/100 Indy         (?)       48.00  <p.verwer@organon.akzonobel.nl>
  1548.      Mips R4000/100 SGI IndySC   Irix      48.00  <lziegler@csbsju.edu>
  1549.      HP-PA 9000-720              HP-UX     48.00  <metod.kozelj@rzs-hm.si>
  1550.      Sparc SS10                  SUNOS     48.00  <makler@man.torun.pl>
  1551.      Sparc Sun Sparcstation10d   SUNOS     54.0   <korpela@ssl.berkeley.edu>
  1552.      Sparc SS1000 2CPU           SUNOS     58.00  <gong@cs.msu.su>
  1553.      Sparc SS20                  SUNOS     60.00  <makler@man.torun.pl>
  1554.      Alpha 21064/133 Decstation  OSF1      64     <niles@axp745.gsfc.nasa.gov>
  1555.      Alpha 21064/133 Dec3000     OSF1      66.00  <daniels@helplaxp1.harvard.edu>
  1556.      Sparc Sun SS5               SUNOS     68.00  <tranter@software.mitel.com>
  1557.      Sparc Sun SS20              SUNOS     72.00  <tranter@software.mitel.com>
  1558.      Sparc Sun SS20/712          Solaris   74     <spohr@qmos>
  1559.      Mips R4400/150 Challenge    (?)       74.00  <p.verwer@organon.akzonobel.nl>
  1560.      Mips R4400/150 Indigo2Extr  (?)       74.00  <p.verwer@organon.akzonobel.nl>
  1561.      HP-PA 9000-715              HP-UX     74.00  <metod.kozelj@rzs-hm.si>
  1562.      Sparc SS5 sun4m             SUNOS     84.00  <chrisv@allegria.com>
  1563.      Sparc SS1000E               SUNOS     84.00  <makler@man.torun.pl>
  1564.      Alpha                       OSF1      92.00  <petergun@coffeehaus.com>
  1565.      Mips R4400/200 Indigo2Extr  (?)       98.00  <p.verwer@organon.akzonobel.nl>
  1566.      HP-PA 9000-735/99           HP-UX     98.00  <lankhors@cs.rug.nl>
  1567.      Sparc SS5                   SUNOS    104.00  <makler@man.torun.pl>
  1568.      Sparc Sun SS4/110           Solaris  108     <spohr@qmos>
  1569.      Sparc Sun SS4               Solaris  108.00  <jimmy@typhoeus.dg.uoa.gr>
  1570.      Sparc Sun SS5               SUNOS    110     <swmike@uplift.df.lth.se>
  1571.      Alpha 21064A/233            OSF1     114     <niles@axp745.gsfc.nasa.gov>
  1572.      HP-PA 700/125               HP-UX    122     <niles@axp745.gsfc.nasa.gov>
  1573.      HP-PA 9000-735/125          HP-UX    122.00  <lankhors@cs.rug.nl>
  1574.      Mips R4600/133 SGI Indy     Irix     132     <lziegler@csbsju.edu>
  1575.      Alpha                       OSF1     180.0   <mauger@ensinfo.univ-nantes.fr>
  1576.      Alpha 21164/333 AS500       OSF1     222.00  <daniels@helplaxp1.harvard.edu>
  1577.      Sparc Ultra-1 sun4u         Solaris  254.00  <alternat@rwth-aachen.de>
  1578.      PPC604/133 IBM RS6000       AIX      254.00  <kirk-corey@uiowa.edu>
  1579.      Alpha 21164/433 DPW433au    OSF1     286.00  <daniels@helplaxp1.harvard.edu>
  1580.      HP9000-C160/160             HP-UX    316.00  <nicolai@prz.tu-berlin.de>
  1581.      Sparc Sun US1/170           Solaris  330     <spohr@qmos>
  1582.      Sparc Sun US1/167           Solaris  330     <jimmy@typhoeus.dg.uoa.gr>
  1583.      Sparc Ultra-1 sun4u         SUNOS    334.00  <chrisv@allegria.com>
  1584.      Alpha 3000-600S             VMS      348.61  <metod.kozelj@rzs-hm.si>
  1585.      Alpha server 1000-4/200     VMS      397.68  <metod.kozelj@rzs-hm.si>
  1586.      Sparc US2/296 2cpu          SUNOS    596.00  <manu@acm.org>
  1587.      Cray J90 Y-MP/100 16cpu     Unicos   912.00  <lankhors@cs.rug.nl>
  1588.      Sequent Symmetry 6xP5/166   Dynix    984.00  <omega@sequent.com>
  1589.      Sequent Symmetry 16xP5/66   Dynix   1056.00  <omega@sequent.com>
  1590.      HP9000-C160/160             HP-UX   1278.00  <nicolai@prz.tu-berlin.de>
  1591.      Sequent NUMA-Q 12x P6/180   Dynix   1416.00  <omega@sequent.com>
  1592.      Sequent NUMA-Q 32x P6/180   Dynix   3776.00  <omega@sequent.com>
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.   10.  Signature
  1599.  
  1600.   Roderick and Isolde are two very friendly children: Although
  1601.   Roderick's vocabulary is only three words (Op, Open, Papa), he insists
  1602.   on joining in with his sister in Sinterklaas-songs and Christmas
  1603.   carols.
  1604.  
  1605.   Met vriendelijke groeten, Wim van Dorst.
  1606.  
  1607.   --------------------------------------------------------------------
  1608.   Blue Baron = Wim van Dorst, Voice (+31) 33 4676365, (+31) 35 5242319
  1609.   (-:      baron@clifton.hobby.nl       WvD@Chem.AkzoNobel.nl      :-)
  1610.   --------------------------------------------------------------------
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.