码迷,mamicode.com
首页 > 移动开发 > 详细

-bash: iostat: command not found解决办法

时间:2019-09-12 21:12:31      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:read   解决   tps   host   iostat命令   at命令   and   owa   sys   

[root@testhost ~]# iostat
-bash: iostat: command not found

IOSTAT 命令不可用,首先确认sysstat包是否安装,sysstat包中包括iostat,mpstat,sar,sa

[root@testhost ~]#yum install -y sysstat

安装完成后,再执行iostat命令。

 

解释:

avg-cpu段:
%user: 在用户级别运行所使用的CPU的百分比.
%nice: nice操作所使用的CPU的百分比.
%sys: 在系统级别(kernel)运行所使用CPU的百分比.
%iowait: CPU等待硬件I/O时,所占用CPU百分比.
%idle: CPU空闲时间的百分比.


Device段:
tps: 每秒钟发送到的I/O请求数.
Blk_read /s: 每秒读取的block数.
Blk_wrtn/s: 每秒写入的block数.
Blk_read:   读入的block总数.
Blk_wrtn:  写入的block总数.

-bash: iostat: command not found解决办法

标签:read   解决   tps   host   iostat命令   at命令   and   owa   sys   

原文地址:https://www.cnblogs.com/QaStudy/p/11514874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!