sysstat工具的安裝(含內(nèi)存的vmstat、cpu的mpstat、磁盤的iostat和網(wǎng)絡的sar)
sysstat的安裝包是:sysstat-5.0.5-1.i386.rpm,裝完了sysstat-5.0.5-1.i386.rpm
后就會有iostat、mpstat、sar、sa的功能,sysstat-5.0.5-1.i386.rpm
[root@localhost Server]# find -name sysstat*
./sysstat-7.0.2-3.el5.i386.rpm
[root@localhost Server]# cp sysstat-7.0.2-3.el5.i386.rpm /root
啟動sysstat
/etc/init.d/sysstat start
設置sysstat自啟動
#chkconfig sysstat on