Flexible I/O tester for benchmarking and stress testing storage devices
I/O benchmark and stress test
fio$ fio --name=seqread --ioengine=libaio --rw=read --bs=4k --size=1G --filename=/dev/sda$ fio --name=randwrite --ioengine=posixaio --rw=randwrite --bs=8k --iodepth=16 --numjobs=4 --size=500M --runtime=60$ fio jobfile.fio