Hey there! Thanks for dropping by Kiran’s Blog! Take a look around and grab the RSS feed to stay updated. See you around!
1. Install SysStat apt-get install sysstat
apt-get install sysstat
2. Enable Stat collection Open vi /etc/default/sysstat Edit the file, change “ENABLED” to “true”.
vi /etc/default/sysstat
3. Start Sysstat /etc/init.d/sysstat start
/etc/init.d/sysstat start
3.a. By default, sysstat reports activity every 10 minutes everyday. If you’d like to change that interval, edit it here: /etc/cron.d/sysstat
/etc/cron.d/sysstat
4. To look at your load averages, type in sar -A
sar -A