美文网首页
ubuntu下测试硬盘的读写速度

ubuntu下测试硬盘的读写速度

作者: 往后余生9375 | 来源:发表于2021-03-21 19:26 被阅读0次


    dd bs=1M count=128 if=/dev/zero of=test conv=fdatasync

    dd if=/home/linduo/Work/Test.file bs=1024k |dd of=/dev/null

    time dd if=/dev/zero of=/nfs/testfile bs=8k count=1024 这是来测试nfs写

    time dd if=/nfs/testfile of=/dev/null bs=8k count=1024 这是测试nfs读

    相关文章

      网友评论

          本文标题:ubuntu下测试硬盘的读写速度

          本文链接:https://www.haomeiwen.com/subject/pococltx.html