2014年10月27日 星期一

[Ubuntu] CPU Test


Linux CPU information by issue following command

#cat /proc/cpuinfo



You can install “cpuburn” in Ubuntu 12.04 Precise Pangolin, 11.10 Oneiric Ocelot, 11.04 Natty Narwhal, 10.10 and 10.04 by using the below command in your Terminal window.

#sudo apt-get install cpuburn

An example …

#burnP6

If you have multi-cores …

#burnP6 &

you can combine all those needed running instances into a single chain command as well. For instance, if I wanted to run 4 instances of ‘burnP6′ (without having to enter one after the other) then I can use it in the below format (note there’s a space between each ‘burnP6 &‘ command).

#burnP6 & burnP6 & burnP6 & burnP6 &

When you want to terminate them all, simply enter the below command.

#killall burnP6

You can read its manual by using the below command in your Terminal as well.

#man cpuburn

沒有留言:

張貼留言

Ubuntu Libreoffice add Chinese language

  sudo apt-get install libreoffice sudo apt-get install libreoffice-l10n-zh-tw libreoffice-help-zh-tw   如要新增簡體中文則輸入下方指令: sudo apt-get instal...