How to install iostat, mpstat, vmstat commands in linux
By installing sysstat package we can get the "iostat" and "mpstat" commands.Following commands will be installed by systat package (rpm)
iostat, mpstat, vmstat, pidstat, sar, cifsiostat
[root@amitmaheshwari.in ~]# yum list | grep sysstat
sysstat.x86_64 9.0.4-22.el6_5.1 update
[root@amitmaheshwari.in ~]# yum -y install sysstat
[root@amitmaheshwari.in ~]# rpm -ql sysstat | grep bin
/usr/bin/cifsiostat
/usr/bin/iostat
/usr/bin/mpstat
/usr/bin/pidstat
/usr/bin/sadf
/usr/bin/sar