spamfilter wrote: > If i have 3 RRA's in a RRD, how do i chose from which i extract the info, or > is that automatic, or do i not have to care about that? Or is there a > manpage for this?
It is in the man pages however it may be a bit confusing. The best RRA will be chosen automatically, now you only need to know what defines "best" :) In stead of trying to explain it, I'll be lazy and assume you know C. Please look at the source, file rrd_fetch.c, function rrd_fetch_fn Feel free to ask again if you don't know any C. I'll try and explain. Before you do so however, try playing with "rrdtool fetch" a bit, in particular try changing the end time to be on an exact multiple of stepsize times steps. cheers -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- 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
