[rrd-users] Re: Problem with 'counter' type
Josh Gray
jgray at west.rr.com
Mon Feb 23 18:09:31 MET 2004
I don't think anyone responded to my counter problem. Do you see anything wrong with what I am doing? Thanks!
Josh Gray
ROCnKC
Kansas City RDC
-----Original Message-----
From: rrd-users-bounce at list.ee.ethz.ch
[mailto:rrd-users-bounce at list.ee.ethz.ch]On Behalf Of Josh Gray
Sent: Friday, February 20, 2004 8:38 AM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] Problem with 'counter' type
Following the tutorials on the rrd websites I have successfully created a handful of .rrd's and have been able to graph them just fine. I am now attempting to do one with a counter type of data source and having some problems.
The numbers feeding in are small (between 0 and 10000) and are always increasing. As I read the docs, the counter type should be able to do the math to represent in the graph the differences, much like you would do bandwidth on a router. Example: 20,20,20,22,22,25,26 I would want to graph 0,0,0,2,0,3,1 right? I am getting points in the millions when the values change. What gives? Did I set up the rrd wrong? I can post a rrdtool info or dump if needed.
rrdtool create errors.rrd \
--start N \
DS:kc:COUNTER:600:0:10000 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797
Josh Gray
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list