Faqts : Business : Programming : Shopping For You : PHP : Not Quite PHP : Unix

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 4 people (50%) answered Yes

Entry

How can I make a page to show system statistics?

Jan 24th, 2000 20:13
Nathan Wallace, alex


You can do that with MRTG and its contrib scripts.

I use it to measure the loadavg of all my linux box (/proc/loadavg) it's
the same info you get from the command "top" or "w" at the shell.  You
could adapt one of those scripts to measure /proc/meminfo or whatever
you want.

It can measure anything you want, read about it at

    http://www.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html