@arakin my linux i486 ran at 2.8 #BogoMips a decade later

@lkundrak @vbabka

I measure my brain power in #BogoMips...

```
function bogomips-report
echo -n "this rig can do nothing" ; echo -n (grep -i bogomips /proc/cpuinfo | tail -n 1 | cut -d ':' -f 2) ; echo -n " times per second, " ; echo -n (grep -i bogomips /proc/cpuinfo | wc | cut -d ' ' -f 7) ; echo " times at once"
end
```

(Edit: Fish shell, btw.)

#bogomips #cpu #systeminformation

i don't understand how come my jolla phone has 13 bogomips, xperia xa2 - 38, and motorola droid 4 - 2000.

pinebook - 48.

my i7-8665U - 4199.
but my core2 t300 - 3999.81

#linux #bogomips #benchmark

>Why to pay attention to BogoMips

>To see whether your system is faster than mine. Of course this is completely wrong, unreliable, ill-founded, and utterly useless, but all benchmarks suffer from this same problem. So why not use it? This inherent stupidity has never before stopped people from using benchmarks, has it?

#linux #bogomips #benchmark #comparison #kernel