Code

Imported upstream version 1.3.8.
[pkg-rrdtool.git] / doc / rrddump.txt
1 RRDDUMP(1)                          rrdtool                         RRDDUMP(1)
5 N\bNA\bAM\bME\bE
6        rrddump - dump the contents of an RRD to XML format
8 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
9        r\brr\brd\bdt\bto\boo\bol\bl d\bdu\bum\bmp\bp [-\b--\b-n\bno\bo-\b-h\bhe\bea\bad\bde\ber\br|-\b-n\bn] _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd > _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\bx_\bm_\bl
11        or
13        r\brr\brd\bdt\bto\boo\bol\bl d\bdu\bum\bmp\bp [-\b--\b-n\bno\bo-\b-h\bhe\bea\bad\bde\ber\br|-\b-n\bn] _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\bx_\bm_\bl
15 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
16        The d\bdu\bum\bmp\bp function writes the contents of an R\bRR\bRD\bD 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 R\bRR\bRD\bD file in a somewhat more convenient manner.
22        _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd
23                The name of the R\bRR\bRD\bD you want to dump.
25        _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\bx_\bm_\bl
26                The (optional) filename that you want to write the XML output
27                to.  If not specified, the XML will be printed to stdout.
29        [-\b--\b-n\bno\bo-\b-h\bhe\bea\bad\bde\ber\br|-\b-n\bn]
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.
35 E\bEX\bXA\bAM\bMP\bPL\bLE\bES\bS
36        To transfer an RRD between architectures, follow these steps:
38        1.  On the same system where the RRD was created, use r\brr\brd\bdt\bto\boo\bol\bl d\bdu\bum\bmp\bp to
39            export the data to XML format.
41        2.  Transfer the XML dump to the target system.
43        3.  Run r\brr\brd\bdt\bto\boo\bol\bl r\bre\bes\bst\bto\bor\bre\be to create a new RRD from the XML dump. See
44            r\brr\brd\bdr\bre\bes\bst\bto\bor\bre\be for details.
46 A\bAU\bUT\bTH\bHO\bOR\bR
47        Tobias Oetiker <tobi@oetiker.ch>
51 1.3.8                             2008-05-16                        RRDDUMP(1)