[rrd-users] incorrect graph generated?

Aram Mirzadeh awm at fnol.net
Mon Apr 5 01:49:45 MEST 2004


Greetings,

I am having a strange problem, data going in is 6,495 but the graph that 
gets generated from that data is ~90,000.

Here is the creation line for the rrd:

rrdtool create $dir$fn-$x.rrd           \
         --start $ts                     \
         --step 60                       \
         DS:ec:GAUGE:900:U:U             \
         RRA:AVERAGE:0.5:1:96            \
         RRA:AVERAGE:0.5:60:672          \
         RRA:AVERAGE:0.5:60:2880

Here is the last bit of data from the rrd:

# rrdtool fetch /usr/local/rrddata/elemCount-10.213.13.245.rrd AVERAGE
                              ec

1081033200: nan
1081036800: nan
1081040400: 6.4950000000e+03
1081044000: 6.4950000000e+03
1081047600: 6.4950000000e+03
1081051200: 6.4950000000e+03
1081054800: 6.4950000000e+03
1081058400: 6.4950000000e+03
1081062000: 6.4950000000e+03
1081065600: 6.4950000000e+03
1081069200: 6.4950000000e+03
1081072800: 6.4950000000e+03
1081076400: 6.4950000000e+03
1081080000: 6.4950000000e+03
1081083600: 6.4950000000e+03
1081087200: 6.4950000000e+03
1081090800: 6.4950000000e+03
1081094400: 6.4950000000e+03
1081098000: 6.4950000000e+03
1081101600: 6.4950000000e+03
1081105200: 6.4950000000e+03
1081108800: 6.4950000000e+03
1081112400: 6.4950000000e+03
1081116000: 6.4950000000e+03
1081119600: 6.4950000000e+03
1081123200: nan

Here is the graph generation line:

rrdtool graph /usr/local/apache2/htdocs/elemCount-06-daily.gif \
         --start -86400 \
         --color ARROW#bfbfbf    \
         --lower-limit 0 \
         --upper-limit 95000 \
         DEF:ec=/usr/local/rrddata/elemCount-10.213.13.249.rrd:ec:AVERAGE \
         AREA:ec#ff0000:p06

The graph I have not attached, (don't know if I should) but if it will 
help I can post it.  The area graph is visiable and the Vertical medium 
is 50k, upper is 100k and there is only 1 Square available before 100k, 
so that to me is 90k.

Anyone have any ideas?

Aram

--
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