[root@testhost ~]# iostat
-bash: iostat: command not found
IOSTAT 命令不可用,首先确认sysstat包是否安装
-bash: iostat: command not found
IOSTAT 命令不可用,首先确认sysstat包是否安装
确认Linux版本,找到对应安装包
# cat /etc/issue | grep Linux
然后使用下面的命令安装,sysstat包中包括iostat,mpstat,sar,sa
[root@testhost ~]# rpm -ivh sysstat-7.0.2-3.el5.x86_64.rpm
warning: sysstat-7.0.2-3.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing... ########################################### [100%]
1:sysstat ########################################### [100%]
warning: sysstat-7.0.2-3.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing... ########################################### [100%]
1:sysstat ########################################### [100%]
安装完成后,再执行iostat命令。
Redhat4 Sysstat下载地址:https://dl.dropbox.com/u/71581087/files/sysstat-5.0.5-16.rhel4.x86_64.rpm
Redhat5 Sysstat下载地址:https://dl.dropbox.com/u/71581087/files/sysstat-7.0.2-3.el5.x86_64.rpm