GBase 8a
运维管理
文章

磁盘性能测试常用的fio命令

发表于2024-12-30 18:02:4530次浏览0个评论

fio --filename=/opt/testfio.dat -direct=1 -iodepth 1 -thread -rw=randrw -ioengine=psync -bs=1M -size=100G -runtime=300 -numjobs=20 -group_reporting -name=mytest --output /opt/fio.log


编译fio方法,执行如下命令:
./configure 
make
make install

make && make install

评论

登录后才可以发表评论