[rrd-users] Fetch resolution question

Simon Hobson linux at thehobsons.co.uk
Fri Jul 25 21:23:37 CEST 2008


Richard D Alloway wrote:

>I have an RRD file that was built with a step of 60 sec and the following
>RRAs:
>
>RRA:AVERAGE:0.25:1:10000
>RRA:AVERAGE:0.25:10:1000
>RRA:AVERAGE:0.25:120:800
>RRA:AVERAGE:0.25:2880:800
>RRA:AVERAGE:0.25:92160:100
>
>Regardless of the resolution, start and end times used, I can only 
>get 'rrdtool
>fetch' to return 60, 600, 7200, etc second values.

Correct, fetch will ONLY return the values in the database - it does 
not do any resampling/consolidation like graph does.

You could rebuild the rrd to add the resolutions you want, or write a 
script that will consolidate the values for you.



More information about the rrd-users mailing list