Your dmesg call would be useless after more kernel output. Better would be simple summary of /proc/cpuinfo entries:
20:18 hrw@puchatek:~$ grep bogo /proc/cpuinfo bogomips : 6784.11 bogomips : 6784.53 bogomips : 6784.53 bogomips : 6784.53 bogomips : 6784.53 bogomips : 6784.53 bogomips : 6784.53 bogomips : 6784.53 20:19 hrw@puchatek:~$ dmesg|grep -i bogo [ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.11 BogoMIPS (lpj=13568224) [ 0.917880] Total of 8 processors activated (54275.84 BogoMIPS).
Your dmesg call would be useless after more kernel output. Better would be simple summary of /proc/cpuinfo entries:
20:18 hrw@puchatek:~$ grep bogo /proc/cpuinfo
bogomips : 6784.11
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
bogomips : 6784.53
20:19 hrw@puchatek:~$ dmesg|grep -i bogo
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.11 BogoMIPS (lpj=13568224)
[ 0.917880] Total of 8 processors activated (54275.84 BogoMIPS).