要测试磁盘读写,IO等性能可以使用windows fio ,然后把fio安装好后,直接通过cmd命令测试。下载windows fio,点击这里。
比如测试的是d盘,首先cd 到盘下,然后
1、测试磁盘的写入速率,输入命令:
D:\>fio --ioengine=windowsaio --filename=test --size=1G --bs=4K --iodepth=64 --rw=randwrite --direct=1 --numjobs=1 --name=test https://bluestop.org/fio/
2、测试磁盘的读速率,输入命令:
D:\>fio --ioengine=windowsaio --filename=test --size=1G --bs=4K --iodepth=64 --rw=randread --direct=1 --numjobs=1 --name=test https://bluestop.org/fio/
评论前必须登录!
注册