linux磁盘读写速度测试

测试纯写入性能

dd if=/dev/zero of=test bs=1024k count=100 oflag=direct


测试纯读取性能

dd if=test of=/dev/null bs=1024k count=100 iflag=direct 

https://www.cnblogs.com/chendeming/p/16423231.html

posted @ 2022-07-19 11:47  左岸丶  阅读(320)  评论(0编辑  收藏  举报