最近入了英睿达 t705,想测一下读写速率,但 dd 好像有瓶颈,写入只跑了 3.5g 每秒?,有什么办法可以测出它的真是速率呢
1
ntedshen 2 天前
你这要的不是真实速率。。。
你这要的是“符合你的预期的真实速率”。。。 https://www.tomshardware.com/pc-components/ssds/crucial-t705-2tb-ssd-review/2 toms 这个图挺清楚的了,无缓性能就是 4g 左右 |
2
totoro625 2 天前
fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=test --size 100GB --bs=4m --iodepth=1 --readwrite=write
|
3
0superx0 2 天前
dd
|
4
realpg 2 天前
顺序读写有个毛用
|
5
sssxxxyyzz 2 天前
|
6
AlanZou 2 天前
fio 试试
|
7
tty1 2 天前
iozone
|
8
xie919 2 天前
影响速率的因素特别多。
顺序还是随机,块大小,文件系统,缓内缓外,剩余容量等等等等等。 |
10
uncat 1 天前
fio 可以撤出随机读、随机写、随机读写。配合 iotop 就可以实时看到设备的 IO 性能了。
|
11
uncat 1 天前
撤出 -> 测出
|