[rrd-users] Re: blocy graph with description

Alex van den Bogaerdt alex at ergens.op.het.net
Tue Oct 17 16:38:26 MEST 2006


On Tue, Oct 17, 2006 at 03:41:42PM +0200, Sebastian Pachuta wrote:

> Problem is that I have enough data in 'weekly' RRA to generate 
> accurate graph.
> I don't know why rrdtool choose 'wrong' RRA.

Look at the timestamps you specified.

quote:
 good=1161088200
 bad=1161088500

1161088500 = 13 * 300 * 297715
1161088200 = 13 * 300 * 297714 + 3600

1161088500 =  3 * 300 * 1290098 + 300
1161088200 =  3 * 300 * 1290098


For timestamp 1161088500, 13*300 is a better choice, because it is exact match.
For timestamp 1161088200,  3*300 is a better choice, because it is exact match.


-- 
Alex van den Bogaerdt
http://www.vandenbogaerdt.nl/rrdtool/

--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list