> >     rrdtool create all.rrd -s 300 \
> >             DS:a:GAUGE:600:-100:100 \
> >             RRA:AVERAGE:0.5:1:200 \
> >             RRA:MIN:0.5:12:200 \
> >             RRA:MAX:0.5:12:200 \
> >             RRA:AVERAGE:0.5:12:200
>
> So: default step time of 300 seconds (5 minutes).  A DS called 'a' that
> needs to be updated at least every 600 seconds (10 minutes) and its value
> must be in the range of -100 to 100 (inclusive).

Ok. So. If I get this right the creation of the database is correct?! (wheee
:)).

> >     rrdtool update all.rrd N:-40
> >     rrdtool update all.rrd N:-50

> You forget to tell how much time apart the updates are.  This is
> vital information for us to tell.

Ok. Right now i populate the abowe database once every 5 minutes like this
"997102800:21" (997102800 = current timestamp (incr), 21 = value). Correct?


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to