dd if=/dev/zero of=/mydir/junkfile bs=4k count=125000
如果垃圾文件存在,我的磁盘吞吐量比不存在垃圾文件时小6倍.我重复了很多次,结果仍然存在.谁知道为什么?
谢谢,
阿米尔.
解决方法In order to minimize disk caching,you need to copy an amount
significantly larger than the amount of memory in your system. 2X the
amount of RAM in your server is a useful amount.
从http://www.westnet.com/~gsmith/content/postgresql/pg-disktesting.htm
总结以上是内存溢出为你收集整理的linux – 磁盘吞吐量 – 使用dd的新文件与现有文件全部内容,希望文章能够帮你解决linux – 磁盘吞吐量 – 使用dd的新文件与现有文件所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)