?Venkat, you can use the rrdtool to dump the contents of an rrd to xml format as so:
> rrdtool dump someRRD.rrd > someRRD.xml then, you can pretty much use pretty much any language of choice (python, perl, java, .net etc..) to parse the xml file (someRRD.xml). They can all parse xml. rrddump: http://www.mrtg.org/rrdtool/doc/rrddump.en.html -----Original Message----- From: sthiru Sent: Tuesday, October 05, 2010 10:23 PM To: [email protected] Subject: [rrd-users] Libraries for parsing RRD files Hi, Just wanted to know if there are any libraries available that can parse RRD files and give output. The parser can be written in any language. Thanks in advance. Venkat. -- View this message in context: http://old.nabble.com/Libraries-for-parsing-RRD-files-tp29893598p29893598.html Sent from the RRDTool - User mailing list archive at Nabble.com. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
