# HG changeset patch # User Daniel O'Connor # Date 1385385197 -37800 # Node ID d3b5e42519503c34feb28cc799e9259a9af3c8e7 # Parent c1892bd1460a75d2c78b9c64594b5cf2718397bf Use COUNTER not DERIVE (duh) diff -r c1892bd1460a -r d3b5e4251950 README --- a/README Thu Nov 21 12:34:13 2013 +1030 +++ b/README Mon Nov 25 23:43:17 2013 +1030 @@ -1,8 +1,8 @@ An RRD can be created like so.. rrdtool create ~/meter.rrd \ - DS:import:DERIVE:600:U:U \ - DS:export:DERIVE:600:U:U \ + DS:import:COUNTER:600:U:U \ + DS:export:COUNTER:600:U:U \ RRA:AVERAGE:0.5:1:105120 \ RRA:AVERAGE:0.5:12:105120 \ RRA:MAX:0.5:1:105120 \