I have a database with two years of 15min router interface utilization data. I would like to get this data into RRD so I can graph it MRTG style, i.e. daily, weekly, monthly, yearly.
I created RRAs like this: rrdtool create $ifname.rrd --start 1009861200 --step 900 DS:In:GAUGE:3600:U:U DS:Out:GAUGE:3600:U:U RRA:AVERAGE:0.5:1:128 RRA:AVERAGE:0.5:2:432 RRA:AVERAGE:0.5:8:420 RRA:AVERAGE:0.5:96:390 RRA:MAX:0.5:1:128 RRA:MAX:0.5:2:432 RRA:MAX:0.5:8:420 RRA:MAX:0.5:96:390 My question is, how do I populate my RRAs with the old data? If I do a rrdtool update with a time stamp from a year ago, will it go into the correct RRA? TIA This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information of Transaction Network Services. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- 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
