LoadCop: CPU Load Monitor

This page display CPU load on the server by using a light weight perl script name "loadcop". Easy to setup and no complex task. It uses the UNIX "uptime" command which output as 10:45am up 32 day(s), 16:12, 2 users, load average: 0.07, 0.05, 0.04. The output of "uptime" displays the time the system has been up and three load averages. The load is the average number of ready to be run jobs (processes) which are in the run queue over the last 1 minute, 5 minutes and 15 minutes periods. The data is gathered at 1 minute interval. Graphs are created every 30 minutes using "gnuplot".