changeset 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 c1892bd1460a
children b4de1b6f8f78
files README
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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 \