This is a discussion on [rrd-users] Re: extracting data from .rrd files within the RRD Users forums, part of the Networking and Network Related category; On Mar 24, 2005, at 13:03, Baenisch, Stephan wrote: > Hi, > > you could use: > > rrdtool ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mar 24, 2005, at 13:03, Baenisch, Stephan wrote: > Hi, > > you could use: > > rrdtool dump - dump the contents of an RRD to XML format > > manpage: man rrddump > > Best regards, > Stephan > > >> -----Original Message----- >> From: D.Walsh [mailto:info@daleenterprise.com] >> Sent: Thursday, March 24, 2005 6:45 PM >> To: rrd-users >> Subject: [rrd-users] extracting data from .rrd files >> >> >> Does anyone have a script that will extract all of the data from a >> ".rrd" file? >> >> -- Dale I have examined "rrdtool dump filename >outfile.xml", problem is the data recovered is hard to understand since I am trying to edit this data and correct or add missing data and I was hoping for something in a human-readable format. If HR is not an possible option, how do I interpret the following so I can make the changes I require? <!-- 2005-03-21 18:00:00 EST / 1111446000 --> <row><v> 0.0000000000e+00 </v></row> <!-- 2005-03-21 18:30:00 EST / 1111447800 --> <row><v> 2.7777777778e-03 </v></row> <!-- 2005-03-21 19:00:00 EST / 1111449600 --> <row><v> 1.1111111111e-03 </v></row> <!-- 2005-03-21 19:30:00 EST / 1111451400 --> <row><v> 0.0000000000e+00 </v></row> -- Dale -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi |