linux下对磁盘读写速度压测

压测结束记得要删除测试文件!!!

[root@hostname ~]# time dd if=/dev/zero of=/test.disk bs=8k count=300000
300000+0 records in
300000+0 records out
2457600000 bytes (2.5 GB) copied, 20.7562 s, 118 MB/s

real    0m20.786s
user    0m0.097s
sys     0m2.095s


[root@hostname ~]# du -sh /test.disk 
2.3G    /test.disk
[root@hostname ~]# rm -rf /test.disk

 上图可以看出写速度大概为: 118MB/s

    原文作者:ndrandy
    原文地址: https://blog.csdn.net/weixin_39721205/article/details/110953018
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞