会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Withfeel
博客园
首页
新随笔
联系
订阅
管理
2020年3月30日
linux下测试读写
摘要: 1.测/目录所在磁盘的纯写速度: time dd if=/dev/zero bs=1024 count=1000000 of=/1Gb.file 2.测/目录所在磁盘的纯读速度: time dd if=/1Gb.file bs=64k |dd of=/dev/null 3.测读写速度: time dd if=/1Gb.file of=/data0/2.Gb.file bs=6...
阅读全文
posted @ 2020-03-30 12:08 Withfeel
阅读(1664)
评论(0)
推荐(0)
编辑
公告