[rrd-users] RRDTool Fetch : Recover data with a different resolution of the RRA

Alex van den Bogaerdt alex at vandenbogaerdt.nl
Thu Sep 22 16:42:38 CEST 2011


> step = 60
[...]
> rra[0].pdp_per_row = 1440
[...]
> rra[1].pdp_per_row = 1
[...]
> rra[2].pdp_per_row = 120
[...]
> rra[3].pdp_per_row = 30

RRDtool knows about timestamps that are a whole multiple of 60, and also
at the same time a whole multiple of 1440, or 1, or 120, or 30.

It does not know about whole multiples of 864, or any other random number.

Great resourses to learn about normalization and consolidation are the
tutorials, the manual pages, and http://rrdtool.vandenbogaerdt.nl/





More information about the rrd-users mailing list