Monday, February 6, 2012

LoadAVG

lightweight load, memory & transfer monitoring

 LoadAVG’s new home

  Posted by admin
 Mar-19-2009

Downloads

Posted by admin On March - 19 - 2009

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: 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://www.loadavg.com/download/loadavg.tar.gz
[user@server] # tar -zxf loadavg.tar.gz

When you extract the tarball, a “loadavg” directory will be created.

Add A Comment