[Share Experiences] linux有什么测试ssd性能的软件吗?
Tofloor
poster avatar
☃☂
deepin
2021-05-01 01:36
Author

在window里有挺多测试ssd性能的软件,就是会显示4k顺序之类的类似下面这个,linux有类似的软件吗?

 

Reply Favorite View the author
All Replies
vansquall
deepin
2021-05-01 03:11
#1

有啊,我们测试存储性能都是使用FIO来测试,但是这个是需要加载参数的,你要是会看就可以

fio --filename=/dev/你的磁盘ID --direct=1 --ioengine=libaio --iodepth=64 --numjobs=8 --rw=randwrite  --bs=4K --group_reporting --name=mytest  --runtime=300 

切记哦,这个可能写爆你的磁盘!!!

Reply View the author
cwbs
deepin
2021-05-01 04:53
#2

有的,应用商店安装 “磁盘”

Reply View the author