<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Say Tobi, long time...<br>
<br>
Tobias Oetiker wrote:
<blockquote
 cite="mid:alpine.DEB.2.00.0908101753520.13855@sebohet.brgvxre.pu"
 type="cite">
  <pre wrap="">Hi Larry,

Today Larry Adams wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">All,

I am writing a function in PHP that opens a bi-directional process to
rrdtool using the syntax:

rrdtool -

As everyone is pretty much aware, this open a pipe that can receive
commands from standard in and echo back on standard out.

However, I wanted to confirm what character steam should be used to
confirm that an entire package has been received from the rrdtool pipe.
At the moment, I am using either of the following two substring matches:

"OK"
"ERROR"

Is this sufficient?  Are there any other substring matches that tell me
that the command has completed?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
almost, but have a look at the graphv command since it can return
an inline graph, there  you have to just read the number of
characters advised before the graph is being dumped ...

cheers
tobi

  </pre>
</blockquote>
This is fine.&nbsp; Except that the process is only doing the two calls:<br>
<br>
info<br>
xport<br>
<br>
for a statistical reporting interface.&nbsp; It's what essentially amounts
to last average and last peak from the RRD for each DS.<br>
<br>
Larry<br>
<blockquote
 cite="mid:alpine.DEB.2.00.0908101753520.13855@sebohet.brgvxre.pu"
 type="cite">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <pre wrap="">Thanks in Advance,

Larry Adams
TheWitness @
<a class="moz-txt-link-abbreviated" href="http://www.cacti.net">www.cacti.net</a>

_______________________________________________
rrd-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a>
<a class="moz-txt-link-freetext" href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>