使用fio测试磁盘性能

Fio是一个非常强大的磁盘测试工具,记录一个速度测试的示例:

$ fio -filename=/tmp/test -direct=1 -iodepth 1 -thread -rw=randread -ioengine=psync -bs=16k -size=5G -numjobs=50 -runtime=1000 -group_reporting -name=test

其中-rw的参数可以是:

  • randread
  • read
  • randwrite
  • write
  • randrw
  • rw
Loading Disqus comments...
Table of Contents