[rrd-users] Re: RRD with historical data
Dez Cadena
dez at otenet.gr
Tue Oct 18 15:15:04 MEST 2005
On Tue, Oct 18, 2005 at 01:24:26PM +0200, Serge Maandag wrote:
> > I have a few thousand daily values that correspond to:
> > messages/day. I guess my question would be something like:
> > How can I create an RRD with a start time that is 3 years ago
> > (so that I can feed all the past data)?
>
> rrdtool -b <start date>
>
> Make sure you update with <epoch time>:value i.s.o. N:value.
>
> Serge.
I tried this:
rrdtool create test.rrd -b now-10d -s 86400 DS:msgs:ABSOLUTE:86400:U:U RRA:AVERAGE:0.5:1:10
and then
rrdtool update test.rrd 1128643200:100
which returned
ERROR: illegal attempt to update using time 1128643200 when last update time is 1128776944 (minimum one second step)
What am I doing wrong?
--
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://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list