From LedHed's Wiki
Jump to: navigation, search
(Created page with '== Sysstat == Used in conjunction with cron to log snapshots of system stats like CPU load. Good for gathering historical stats on servers. == Ubuntu == To enable sysstat log...')
 
 
Line 10: Line 10:
 
  dpkg-reconfigure sysstat
 
  dpkg-reconfigure sysstat
 
Choose <Yes> to activate sysstat's cron job.
 
Choose <Yes> to activate sysstat's cron job.
 +
 +
 +
 +
 +
== References ==
 +
 +
http://abdussamad.com/archives/167-CPU-load-average-history-in-Linux.html
 +
 +
  
  
 
[[Category:Linux]][[Category:Ubuntu]]
 
[[Category:Linux]][[Category:Ubuntu]]

Latest revision as of 03:35, 22 September 2011

Sysstat

Used in conjunction with cron to log snapshots of system stats like CPU load. Good for gathering historical stats on servers.


Ubuntu

To enable sysstat logging on Ubuntu do the following:

dpkg-reconfigure sysstat

Choose <Yes> to activate sysstat's cron job.



References

http://abdussamad.com/archives/167-CPU-load-average-history-in-Linux.html