iostat使用
时间:2021-05-23 15:17:35
收藏:0
阅读:16
参考 https://www.cnblogs.com/sparkdev/p/10427049.html
常用命令:iostat -d sdb1 -m -t 2
2表示每隔2s显示,连续输出
iostat -d sdb1 -m -t 2 -x
-x显示更多指标
原文:https://www.cnblogs.com/to-here/p/14800707.html
评论(0)