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).
Is there any way to get this data into the RRD format? If not, I will have to move on and use another package or code my own that will allow me to save my old data. As I said, losing this data is not an option. Thanks, Shwaine -- 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
