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