1RRDDUMP(1)                          rrdtool                         RRDDUMP(1)
2
3
4

NAME

6       rrddump - dump the contents of an RRD to XML format
7

SYNOPSIS

9       rrdtool dump [--no-header|-n] filename.rrd > filename.xml
10
11       or
12
13       rrdtool dump [--no-header|-n] filename.rrd filename.xml
14

DESCRIPTION

16       The dump function writes the contents of an RRD in human readable (?)
17       XML format to a file or to stdout. This format can be read by
18       rrdrestore. Together they allow you to transfer your files from one
19       computer architecture to another as well to manipulate the contents of
20       an RRD file in a somewhat more convenient manner.
21
22       filename.rrd
23               The name of the RRD you want to dump.
24
25       filename.xml
26               The (optional) filename that you want to write the XML output
27               to.  If not specified, the XML will be printed to stdout.
28
29       [--no-header|-n]
30               In rrdtool 1.3, the dump function started producing correct
31               xml-headers.  Unfortunately the rrdtool restore function from
32               the 1.2 series can not handle these headers. With this option
33               you can supress the creatinon of the xml headers.
34

EXAMPLES

36       To transfer an RRD between architectures, follow these steps:
37
38       1.  On the same system where the RRD was created, use rrdtool dump to
39           export the data to XML format.
40
41       2.  Transfer the XML dump to the target system.
42
43       3.  Run rrdtool restore to create a new RRD from the XML dump. See
44           rrdrestore for details.
45

AUTHOR

47       Tobias Oetiker <tobi@oetiker.ch>
48
49
50
511.3.8                             2008-05-16                        RRDDUMP(1)
Impressum