# $Id: README 1 2006-08-08 20:01:00Z unicinfo $ # Copyright (c) 2006 Kurt M. Brown. # This file is subject to the terms and conditions of the GNU General Public # License. See the file COPYING for more details. The lal_cron.pl script (ran from cron) logs a timestamp and the values read from /proc/loadavg. The lal_show.awk script displays a graph of the 15 minute average values recorded by lal_cron.pl. The lal_last.sh script sends the last 100 lines (which is the last 25 hours) from the log file into lal_show.awk. By default, the log file is $HOME/logs/loadavg.log, which can be overridden with the install.sh script.