How to benchmark your system with sysbench
A really short instruction for haw to test your CPU, File IO and MySQL on CentOS 6.5 1. Install sysbench It’s easy and there is a RPM package in repositories yum install sysbench 2. CPU benchmark sysbench –test=cpu –cpu-max-prime=10000 run Continue reading How to benchmark your system with sysbench