sysstat工具的安裝(含內(nèi)存的vmstat、cpu的mpstat、磁盤的iostat和網(wǎng)絡(luò)的sar)
sysstat的安裝包是:sysstat-5.0.5-1.i386.rpm,裝完了sysstat-5.0.5-1.i386.rpm
后就會(huì)有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
啟動(dòng)sysstat
/etc/init.d/sysstat start
設(shè)置sysstat自啟動(dòng)
#chkconfig sysstat on