1、首先fio安装

yum list fio

yum install fio.x86_64(已上一个命令的结果为准)

2、执行fio命令

性能学习-fio 磁盘读写性能极限

-fio -filename =/data/test -direct=1 -iodepth 1 -thread -rw=randrw -ioengine=psync -bs=16K -size 2G -numjobs=10 -runtime=30 -group_reporting -name=mytest

执行命令开始测试:

性能学习-fio 磁盘读写性能极限

3、执行结果分析

如果iops结果值越大 说明磁盘读写能力越高

性能学习-fio 磁盘读写性能极限

相关文章:

  • 2021-11-17
  • 2021-05-05
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-01-03
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-03-01
  • 2021-06-01
相关资源
相似解决方案