[Gllug] Recommended console-based server monitoring tools

Murray gllug at minty.org
Wed Aug 18 07:19:32 UTC 2004


> I was thinking more of something that would run in the background and give me a long-ish-term analysis...

I have cron entries such as:

*/15 * * * * DATE=`date` UPTIME=`uptime` ; echo "$DATE $UPTIME" >> 
/var/log/uptime.log

A little perl to parse the log file into a csv file, then graphed in 
Open Office / Excel.

Or, if you want the big guns
	
http://support.bbc.co.uk/support/mrtg/www10.thdo/loadavg.html
http://support.bbc.co.uk/support/mrtg/apache/www10.thdo/
http://support.bbc.co.uk/support/

I believe these are built with a combination of

http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
http://www.mrtg.org/

and probably some perl glue.
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list