磁盘写入速度测试
温馨提示:
本文最后更新于 2021年06月08日,已超过 1,279 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我。
这是来测试nfs写:
$ time dd if=/dev/zero of=/testfs/testfile.dat bs=8k count=1024
1024+0 records in
1024+0 records out
8388608 bytes (8.4 MB) copied, 0.009669 seconds, 868 MB/s
real 0m0.013s
user 0m0.000s
sys 0m0.013s
这是测试nfs读:
$ time dd if=/testfs/testfile.dat of=/dev/null bs=8k
1024+0 records in
1024+0 records out
8388608 bytes (8.4 MB) copied, 0.002015 seconds, 4.2 GB/s
real 0m0.003s
user 0m0.000s
sys 0m0.002s
正文到此结束
- 本文标签: 排错
- 本文链接: http://www.iamlk.cn/article/137
- 版权声明: 本文由Leonidax原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权