欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 焦点 > fio检测硬盘的读写是都正常

fio检测硬盘的读写是都正常

2024/11/18 6:03:49 来源:https://blog.csdn.net/qingfengmuzhu1993/article/details/143836465  浏览:    关键词:fio检测硬盘的读写是都正常

有时候发现访问磁盘上文件很慢,但是不知道到底是不是硬盘的问题,此时可以使用该工具进行检测以方便排查问题

一、下载

https://github.com/axboe/fio/releases

注:(1)官网地址无法下载(https://bsdio.com/fio/、https://brick.kernel.dk/snaps/)

二、安装

1、Windows

安装fio-3.38-x64.msi,一直下一步即可

2、Linux

(1)在线安装

yum install fio -y

(2)离线安装

tar -xzvf fio-3.38.tar.gz -C /usr/local/

cd /usr/local/fio-3.38                       #进入fio解压包

chmod +x *                           #打开权限

./configure                          #预编译

make -j 4 #编译,-j 4表示开启4个内核进行并行编译

make install    

三、检测是否安装正常

fio –v

  • 检测性能

假设:检测Z盘性能

1、随机读IOPS

"fio.exe" -name=Fio -numjobs=2 -iodepth=128 -direct=1 -ioengine=windowsaio -sync=1 -rw=randread -bs=4K -size=1G -time_based -runtime=60 -group_reporting -thread -directory=Z\:\

2、随机写IOPS

"fio.exe" -name=Fio -numjobs=2 -iodepth=128 -direct=1 -ioengine=windowsaio -sync=1 -rw=randwrite -bs=4K -size=1G -time_based -runtime=60 -group_reporting -thread -directory=Z\:\

3、随机读吞吐

"fio.exe" -name=Fio -numjobs=2 -iodepth=128 -direct=1 -ioengine=windowsaio -sync=1 -rw=randread -bs=1M -size=1G -time_based -runtime=

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com