Mercurial > ~darius > hgwebdir.cgi > iec1107
diff README @ 11:d3b5e4251950
Use COUNTER not DERIVE (duh)
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 25 Nov 2013 23:43:17 +1030 |
parents | 139e267c9965 |
children |
line wrap: on
line diff
--- 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 \