0
点赞
收藏
分享

微信扫一扫

FIO工具测试硬盘读写性能

yundejia 2022-08-26 阅读 113

FIO工具测试硬盘读写性能

下载网址: ​​https://github.com/axboe/fio​​

安装:

./configure

make && make install

随机混合读写: fio -filename=/dev/sdb1 -direct=1 -iodepth 1 -thread -rw=randrw -rwmixread=70 -ioengine=psync -bs=16k -size=200G -numjobs=30 -runtime=100 --allow_mounted_write=1 -group_reporting -name=test


举报

相关推荐

测试工具fio

0 条评论