[rrd-users] How does rrd now which AVERAGE to take?

Jochen Metzger j.metzger at steptown.com
Sun Sep 8 19:35:44 MEST 2002


Hi folks,

I've been reading the rrdtutorial and looking through the docs, but still I
have got a question

In the example (with km's) there are to AVERAGE's when creating the rrd, how
does
rrd now when creating the graph which one to
take.

I'm stuck with this, and I didn't find the answer in the tutorial nor the
docs.

By the way, where do I find the faq to rrd?

THX

Jochen

I mean this sample below

=================

Example from the tutorial
Lets take the sample from the tutorial:

rrdtool create test.rrd             \
            --start 920804400          \
            DS:speed:COUNTER:600:U:U   \
            RRA:AVERAGE:0.5:1:24       \
            RRA:AVERAGE:0.5:6:10

and then create the graph
(let's assume the data is already fed...)

rrdtool graph speed.gif                                 \
         --start 920804400 --end 920808000               \
         DEF:myspeed=test.rrd:speed:AVERAGE              \
         LINE2:myspeed#FF0000




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