Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > b1b8928202b1fab4893ff0a164f61b0a > files > 26

rrdtool-doc-1.3.8-6.fc13.i686.rpm

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>rrddump</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>
<!--

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#examples">EXAMPLES</a></li>
	<li><a href="#author">AUTHOR</a></li>
</ul>

-->


</div>
<!-- INDEX END -->

<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>rrddump - dump the contents of an RRD to XML format</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<p><strong>rrdtool</strong> <strong>dump</strong> [<strong>--no-header</strong>|<strong>-n</strong>] <em>filename.rrd</em> &gt; <em>filename.xml</em></p>
<p>or</p>
<p><strong>rrdtool</strong> <strong>dump</strong> [<strong>--no-header</strong>|<strong>-n</strong>] <em>filename.rrd</em> <em>filename.xml</em></p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>The <strong>dump</strong> function writes the contents of an <strong>RRD</strong> 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 <strong>RRD</strong> file in a somewhat more
convenient manner.</p>
<dl>
<dt><strong><a name="filename_rrd" class="item"><em>filename.rrd</em></a></strong></dt>

<dd>
<p>The name of the <strong>RRD</strong> you want to dump.</p>
</dd>
<dt><strong><a name="filename_xml" class="item"><em>filename.xml</em></a></strong></dt>

<dd>
<p>The (optional) filename that you want to write the XML output to.
If not specified, the XML will be printed to stdout.</p>
</dd>
<dt><strong><a name="no_header_n" class="item">[<strong>--no-header</strong>|<strong>-n</strong>]</a></strong></dt>

<dd>
<p>In rrdtool 1.3, the dump function started producing correct xml-headers.
Unfortunately the rrdtool restore function from the 1.2 series can not
handle these headers. With this option you can supress the creatinon of
the xml headers.</p>
</dd>
</dl>
<p>
</p>
<hr />
<h1><a name="examples">EXAMPLES</a></h1>
<p>To transfer an RRD between architectures, follow these steps:</p>
<ol>
<li>
<p>On the same system where the RRD was created, use <strong>rrdtool</strong> <strong>dump</strong>
to export the data to XML format.</p>
</li>
<li>
<p>Transfer the XML dump to the target system.</p>
</li>
<li>
<p>Run <strong>rrdtool</strong> <strong>restore</strong> to create a new RRD from the XML dump. See
<strong>rrdrestore</strong> for details.</p>
</li>
</ol>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a>&gt;</p>

</body>

</html>