1. 首页
  2. 操作系统
  3. Linux
  4. linux使用FIO测试磁盘的iops

linux使用FIO测试磁盘的iops

上传者: 2019-03-31 21:13:26上传 RAR文件 266.86KB 热度 67次
yum install libaio-devel tar -zxvf fio-2.2.5.tar.gz cd fio-2.2.5 make make install 测试方法: [root@localhost ~]# fio -filename=/dev/sdb1 -direct=1 -iodepth 1 -thread -rw=randrw -rwmixread=70 -ioengine=psync -bs=16k -size=200G -numjobs=30 -runtime=100 -group_reporting -name=mytest1
用户评论