In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Shwaine) writes:
>
> I have a game (LP Mud) which wishes to have a graphical output of our
> usage statistics. I have well over a years worth of data stored in
> ASCII files that I'd like to convert to RRD format in order to produce
> live webpage statistics and reduce game strain caused by people using
> the in-game commands (which are coded in a language parsed through the
> game engine so they are inheriently slower and more resource intensive
> than something at shell). I can not lose this data (starting a new RRD
> file is trivial). I can not use "rrdtool update" to accomplish this
> since it will not accept a time that is before its last update
> (according to the error message that my Perl script spammed when I
> tried to convert the files using update).
Create the rrd file with a start time before your first data sample (in
the lp mud log). Then call rrdtool update in chronological order (with
the appropriate time). Eg.
rrdtool create x.rrd -s 300 -b now-1y DS... RRA...
(order is important for the update calls!).
Rainer
--
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