rrddump - dump the contents of an RRD to XML format
rrdtool dump filename.rrd > filename.xml
or
rrdtool dump filename.rrd filename.xml
The dump function writes the contents of an RRD in human readable (?) XML format to a file or to stdout. This format can be read by rrdrestore. Together they allow you to transfer your files from one computer architecture to another as well to manipulate the contents of an RRD file in a somewhat more convenient manner.
To transfer an RRD between architectures, follow these steps:
Tobias Oetiker <tobi@oetiker.ch>