Next Previous Contents

4. How to determine what the current BogoMips rating is

There are three methods to determing the current BogoMips, viz.

  1. looking in /proc/cpuinfo, e.g., with `cat /proc/cpuinfo`.
  2. looking in the syslog output to see what was printed there during booting (if necessary retrieving the information explicitly with dmesg or syslogk) or
  3. using the standalone bogomips program.

A non-determinative alternative, which is also applicable for non-Linux systems such as Crays and so, may be the standalone BogoMips program. From the readme file by Jeff Tranter, jeff_tranter@mitel.com:

`Tired of rebooting your system so you can see how many BogoMIPS it's running at today? [...] "Bogomips" is a standalone program that displays your system performance using one of the world's most recognized benchmarks. It uses the same code that is used in the Linux kernel while booting, but runs as a user program. [...] Version 1.3 of BogoMIPs is now portable and should run on any system that supports an ANSI C compiler and library.'

Note that due to system load values calculated with the standalone program may be lower than registered in the list below. Intrinsically the standalone cannot give precisely similar information to the boot sequence BogoMips, since system load will compete with this program run by an ordinary user. Therefore only boot sequence BogoMips ratings are listed below.

Be aware that the file sunsite.unc.edu:/pub/Linux/system/status/bogo-1.2.tar.gz/ contains the latest version 1.3 (sic), which is yet rather outdated.


Next Previous Contents