Who needs an MRTG tool to monitor performance, when you can just type:
echo "load average every fifteen minutes" > /path/load.txt echo "0,15,30,45 * * * * uptime >> /path/load.txt" > cron.txt crontab /path/cron.txt