Welcome 微信登录

首页 / 操作系统 / Linux / Linux环境下测试磁盘的读写速度

Linux环境下命令行键入测试写文件速度time dd if=/dev/zero of=/tmp/test bs=4096 count=120000测试读文件速度time dd if=/tmp/test of=/dev/null bs=4096 count=120000dd命令可完成将一个文件内容复制到另一个文件dd if=/dev/zero of=/tmp/test bs=4096 count=120000其中if为输入文件,of为输出文件, bs为每块大写,count为总共要复制的总量在Linux上配置Python自动感知Linux 调试动态库相关资讯      Linux教程 
  • Linux教程:如何在命令行中查看目  (07/28/2014 12:22:23)
  • Linux 修改root密码  (11/03/2012 07:53:38)
  • su - root 与su root的区别  (06/06/2012 00:39:40)
  • Linux进程间通信:消息队列  (01/28/2013 09:43:00)
  • U盘安装Linux开机无法启动解决方法  (10/07/2012 08:55:52)
  • Windows 7/Linux 同步时间  (05/15/2012 06:17:55)
本文评论 查看全部评论 (0)
表情: 姓名: 字数