1、进入要测试的目录
2、写入测试

dd if=/dev/zero of=test.dd bs=1k count=100000
100000+0 records in
100000+0 records out
102400000 bytes (102 MB, 98 MiB) copied, 4.08217 s, 25.1 MB/s

3、读取测试

dd if=test.dd of=/dev/zero bs=1k count=100000
100000+0 records in
100000+0 records out
102400000 bytes (102 MB, 98 MiB) copied, 0.386968 s, 265 MB/s
最后修改:2024 年 03 月 13 日
如果觉得我的文章对你有用,欢迎赞赏。