[rrd-users] RRDGRAPH : choose the RRA resolution used to generate the graphs ?

Thomas Bleau thomasbleau at hotmail.com
Sat Jan 17 18:22:03 MET 2004


Hello, i created a RRD database for graphing the outdoor temperature. So, i
decided to store the data in several resolutions with RRA archives. I have a
problem because the finest resolution is always used by the rrdtool graph
command. How can i choose a specific resolution or a specific RRA ?

This is a piece of my rrdtool create command :
    'RRA:MIN:0.5:6:2880', # 1 minute summary for 48 hours (2 day)
    'RRA:AVERAGE:0.5:6:2880',   # 1 minute summary for 48 hours (2 day)
    'RRA:MAX:0.5:6:2880',       # 1 minute summary for 48 hours (2 day)

    'RRA:MIN:0.5:90:1344', # 1/4 hour summary for 14 day (2 week)
    'RRA:AVERAGE:0.5:90:1344',  # 1/4 hour summary for 14 day (2 week)
    'RRA:MAX:0.5:90:1344',      # 1/4 hour summary for 14 day (2 week)

    'RRA:MIN:0.5:360:1440', # 1 hour summary for 60 days (2 month)
    'RRA:AVERAGE:0.5:360:1440', # 1 hour summary for 60 days (2 month)
    'RRA:MAX:0.5:360:1440',     # 1 hour summary for 60 days (2 month)

Thanks by advance
Thomas.

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



More information about the rrd-users mailing list