fio – I/O Performance Test
fio https://github.com/axboe/fio epel-release ‘fio’ https://www.unixmen.com/how-to-measure-disk-performance-with-fio-and-ioping/ https://smcleod.net/tech/2016/04/29/benchmarking-io.html Sequential Read fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=test --bs=4M --iodepth=64 --size=4G --readwrite=read --ramp_time=4 Sequential Write fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1… Continue reading "fio – I/O Performance Test"