<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt">I don't think it does. Why isn't a usual file good enough? You can store
 it in tmpfs if the i/o speed is the concern. But usually rrdtool is 
slower than disk i/o anyway.<br clear="none"><br clear="none">What I 
typically do, is execute rrdtool dump from an SSH command, so that its 
remote stdout is the ssh's local stdout, and save the XML to a local 
temporary file. Next the local rrdtool restore would slurp that file. <br clear="none"><br clear="none">If you need the XML to tweak some RRD parameter, you can use RRD::Tweak Perl module instead.<br clear="none"><div><span></span></div><div><br></div>  <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 10pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Peter Stamfest &lt;peter@stamfest.at&gt;<br> <b><span style="font-weight: bold;">To:</span></b> rrd-developers@lists.oetiker.ch <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, February 14, 2014 9:39 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [rrd-developers] Question: rrdtool pipe interface - restore support?<br> </font>
 </div> <div class="y_msg_container"><br>Hi,<br><br>Does the rrdtool pipe interface somehow support an in-stream xml restore<br>command?<br><br>"dump" is&nbsp; (mostly) working as expected, although one has to look for<br>the "OK" response line to find out where the xml ends, but this is not a<br>problem. "restore" however has the problem that it does not take input<br>over the pipe interface. Using "-" as XML input seems to *partly* work,<br>but fails with a parser error. Using /dev/stdin works when using the<br>pipe interface on the command line, but can't work when using the pipe<br>over a TCP connection....<br><br>Any ideas?<br><br>I admit that I am using a rather old version: 1.4.7...<br><br>peter<br><br>_______________________________________________<br>rrd-developers mailing list<br><a ymailto="mailto:rrd-developers@lists.oetiker.ch" href="mailto:rrd-developers@lists.oetiker.ch">rrd-developers@lists.oetiker.ch</a><br><a
 href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers</a><br><br><br></div> </div> </div>  </div></body></html>