root/stats/mem.create

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

now storing 10 years worth of data

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