root/stats/disk_space.create

Revision 284, 302 bytes (checked in by mankoff, 3 years ago)

now storing 10 years worth of data

Line 
1rrdtool create disk_space.rrd \
2        --start N --step 300 \
3        DS:used:GAUGE:600:0:1000 \
4        RRA:AVERAGE:0.5:1:1440 \
5        RRA:MIN:0.5:1:1440 \
6        RRA:MAX:0.5:1:1440 \
7        RRA:AVERAGE:0.5:12:1440 \
8        RRA:MIN:0.5:12:1440 \
9        RRA:MAX:0.5:12:1440 \
10        RRA:AVERAGE:0.5:288:3650 \
11        RRA:MIN:0.5:288:3650 \
12        RRA:MAX:0.5:288:3650
13
Note: See TracBrowser for help on using the browser.