Time-series data storage and graphing tool for monitoring systems
Round Robin Database
rrdtool$ rrdtool create cpu.rrd --step 60 DS:usage:GAUGE:120:0:100 RRA:AVERAGE:0.5:1:1440$ rrdtool update cpu.rrd N:75$ rrdtool graph cpu.png --start -1d --title 'CPU Usage' DEF:usage=cpu.rrd:usage:AVERAGE LINE2:usage#FF0000