linux – 使用DD监视磁盘I / O.

前端之家收集整理的这篇文章主要介绍了linux – 使用DD监视磁盘I / O.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我一直在研究我的服务器遇到很多iowait问题的可能性.我在网上找到了很多关于运行dd命令的信息.我无法运行此转换:
[root@vps ~]# dd if=/dev/zero of=/tmp/test bs=64k count=16k conv=fdatasync
dd: invalid conversion: `fdatasync'
Try `dd --help' for more information.

我也试过没有转发,我没有得到像我从其他人看到的大多数帖子的统计数据.有人可以解释为什么会这样吗?

[root@vps ~]# dd if=/dev/zero of=/tmp/test bs=64k count=16k
16384+0 records in
16384+0 records out

解决方法

尝试使用SWAT或Cacti的dstat或iostat进行制图. (假设您没有使用Solaris,OpenIndiana或变体,在这种情况下您将使用Dtrace.)

http://freshmeat.net/projects/dstat/?branch_id=54241&release_id=251831

http://blogs.oracle.com/paisit/entry/import_iostat_data_to_swat

http://forums.cacti.net/post-170326.html

另请看:

ioapps – http://code.google.com/p/ioapps/

strace_analyzer – http://clusterbuffer.wetpaint.com/page/Strace+Analyzer+-+Next+Generation

strace_analyzer教程 – http://www.linux-mag.com/id/7730/1/

原文链接:https://www.f2er.com/linux/396069.html

猜你在找的Linux相关文章