loadavg is a simple and lightweight method of monitoring load, memory usage and transfer throughput on a Linux server. Every method of monitoring has an impact on the system being monitored — loadavg is designed to keep that impact as low as possible. It generates HTML & CSS charts, thereby shifting much of the work from the server to the client — your web browser.
Download
Get loadavg here: http://downloads.sourceforge.net/project/loadavg/loadavg.tar.gz
Installation may be done from a shell command line or via FTP. Installation should be done as an ORDINARY USER, not root. All loadavg directories & files should be owned by the user who owns the account/filespace where the scripts are installed.
Command line install:
1. Fetch & extract the files to public webspace:
| [user@server] # cd public_html [user@server] # wget http://downloads.sourceforge.net/project/loadavg/loadavg.tar.gz [user@server] # tar -zxf loadavg.tar.gz |
When you extract the tarball, a “loadavg” directory will be created.
Popularity: 31% [?]

Add A Comment