存储性能

磁盘性能测试方法及详细命令

磁盘性能测试方法及详细命令 测试随机写IOPS: fio -direct=1 -iodepth=128 -rw=randwrite -ioengine=libaio -bs=4k -size=10G -numjobs=1 -runtime=1000 -group_reporting -name=/path/testfile 测试随机读IOPS: fio -direct=1 -iodepth=128 -rw=randread...