rrddump - dump the contents of an RRD to XML format
rrdtool dump filename.rrd > filename.xml
The dump function prints the contents of an RRD in human readable (?) XML format. This format can be read by rrdrestore. Together they allow you to transfer your files from one architecture to another as well as manipulating the contents of an RRD file in a somewhat more convenient manner.
To transfer an RRD between architectures, follow these steps:
=item 1.
On the same system where the RRD was created, use rrdtool dump to export the data to XML format.
Tobias Oetiker <oetiker@ee.ethz.ch>