On Fri, Aug 08, 2003 at 04:01:50PM -0400, Jean-Francois Patenaude wrote: >
[snip long example; see archive for it] > rrdtool create test.rrd --step 60 --start 900000000 DS:test:GAUGE:600:0:100 > RRA:MAX:0.5:1:576 > Question > -------- > Why don't I see 50 appear somewhere in the fetch ? Am I missing > something ? It looks like when multiple updates are made in a single > step there is some kind of aggregation going on. Is it possible to have > that aggregation go by the same rule as the RRA consolidation goes ? You asked for 60 seconds per interval. None of the 60-second intervals had a maximum rate of 50. Try the following: rrdtool create test.rrd --step 1 --start 900000000 DS:test:GAUGE:600:0:100 RRA:MAX:0.5:60:576 HTH Alex -- 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