I'm trying to use an RRD file to save CPU utilization information
for a series of compute engines (one file per machine).

The data gathering takes place every 15 minutes and I'd like to
graph the resulting data as daily, weekly, monthly, quarterly and yearly
"views".

   Do you see any problems with the config below?

    DS:cpuUtil:GAUGE:1800:0:100
    RRA:MAX:0.5:1:192        # 2 days
    RRA:MAX:0.5:4:336        # 2 weeks of hourly values
    RRA:MAX:0.5:16:366      # 2 months of 4 hour values
    RRA:MAX:0.5:48:360      # 180 days of 12 hour values
    RRA:MAX:0.5:96:1096    # 1096 days of 1 day values

Many thanks!

Richard.


--
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

Reply via email to