Ubuntu – How to compare CPU speeds

11.10cpu

I found this attribute called "BogoMips" (Bogus Millions of Instructions per Second) while doing cat /proc/cpuinfo and after seeing the definition:

The number of million times per second a processor can do absolutely nothing

I was left with the question, how can I know, preferably by terminal, which CPU is faster or can process more per second given the Cache, CPU Mhz and other properties that can affect the speed or process of it.

In my case I have 2 laptops:

The AMD is a Turion(tm) 64 X2 Mobile Technology TL-60 – Gave me 4001.06 bogomips

and the Intel is an Intel Core 2 Duo T550 – Gave me 3326.05 bogomips.

I mention again the bogomips since it was the only "form of measure" I found when running the command but just to see if anybody has a command for this it would be great.

Best Answer

This is not „the terminal way”, but you can look the processors up on cpubenchmark.net. It will give you an approximate value how well their benchmark performs on the selected processors. There is a page on how they test.

  • AMD Turion 64 X2 Mobile TL-60: 994 points
  • Intel Core2 Duo T5500 @ 1.66GHz: 925 points

According to the readings, they have roughly the same power and both play in the „Low Mid Range CPUs League”.