Can't you just use RRA:LAST:0.5:1:10080 ?  It won't average, it'll just
show the last value recorded, as I understand.

Also, a weird thing in my rrd I've set it up just like that one below,
except for LAST instead of AVERAGE and when I store a number say 64554
it'll record and graph it about 10k less, so it'll be 54687 or something.
It's never exaclty 10k less but just about.  in dump it'll show like
5.4687453345+e - weird.



 On Tue, 9 Jan 2001, Alex van den Bogaerdt wrote:

>
> [EMAIL PROTECTED] wrote:
> >
> > If I want a graph for the last week of a gauge value to show real values,
> > not averages, do I create the rrd somethin like this:
> >
> > rrdtool create sample.rrd --step 60 \
> >   DS:processCount:GAUGE:120:U:U \
> >   RRA:AVERAGE:0.5:1:10080
>
> Something like this, but not exactly this.
> Internally, RRDtool works with a one-second precision.  If you create
> an RRA with 1 second per PDP and 1 PDP per CDP, no averaging will occur.
> So: use "--step 1" and 7*86400==604800 rows in the RRA.
>
> cheers
>

-- 
[EMAIL PROTECTED]


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