This tutorials shows how to benchmark your hardware in Linux. Also how to get your hardware information, etc.
Hard disk drive (HDD)
Results:Source code viewer
hdparm -tT /dev/sdaProgramming Language: Bash
/dev/sda:
Timing cached reads: 12154 MB in 2.00 seconds = 6080.59 MB/sec
Timing buffered disk reads: 322 MB in 3.01 seconds = 107.11 MB/sec
Hardware information and benchmarks:
This opens up a graphical benchmarking tool. Also this application shows your hardware information.Source code viewer
sudo apt-get install hardinfo
hardinfoProgramming Language: Bash
Super pi
Source code viewer
ftp
ftp pi.super-computing.org
# name: anonymous
# password:
cd Linux
get super_pi.tar.gz
exit
mkdir super_pi
mv super_pi.tar.gz super_pi
cd super_pi
tar -zxvf super_pi.tar.gz
./super_pi 2
# It works on x86.Programming Language: Bash