Linux : How to benchmark disk I/O
A few utilities are available to test the disk I/O performance. The easy way to do it without installing anything on the system would be running this simple command : time dd if=/dev/zero of=/tmp/test-hd bs=1M count=1000 Another, more complete tool I recommend is “SysBench”. http://sysbench.sourceforge.net/docs/