[rrd-users] Re: populate RRD with old data

Dulac, Daniel (Dan) ddulac at aprisma.com
Wed Jan 15 19:40:10 MET 2003


It will properly update each RRA as long as each update time-stamp is close
to your 'step' interval--in your case, 900 seconds.

-----Original Message-----
From: Vargas, Miguel [mailto:mvargas at tnsi.com] 
Sent: Wednesday, January 15, 2003 1:40 PM
To: 'rrd-users at list.ee.ethz.ch'
Subject: [rrd-users] populate RRD with old data


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

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