Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2758297
  • 博文数量: 389
  • 博客积分: 4177
  • 博客等级: 上校
  • 技术积分: 4773
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-16 23:29
文章分类

全部博文(389)

分类: LINUX

2011-07-14 22:40:10

                 Use dd Tool To Test Your Disk Performance
      In some case,we don't have the tool which we can use to test our disk performance.At linux enoviorment,we can use the
dd tool to archive our pourpose.
     we can use 'time dd if=/dev/urandom of=test.file count=1024 bs=1M' to test the write perpormance.The result
 should be sequential write performance.It can be used to compare the before disk.We can get basis performance
percentage.
      The if should be use /dev/urandom, not /dev/random.Because the /dev/random generate data by system interupets
So on a free system,We can not get enough interupets.It is why we use /dev/urandom,it is not generate data by
system interruptes.
阅读(2459) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~