<br>Hello<br><br>I have a little problem to change rrdtool graphing mode from normal to pipe:<br><br>For example my test file contains:<br><br>rrdtool graph lpar.png --imgformat PNG \<br>--title &quot;test&quot; \<br>--width 800 --height=400 \<br>

DEF:v1_PhysicalCPU=lpar.rrd:<div id=":11z">PhysicalCPU:AVERAGE:step=300:end=start+24h:start=midnight  \<br>CDEF:r1_PhysicalCPU=v1_PhysicalCPU \<br>VDEF:m1_PhysicalCPU=r1_PhysicalCPU,MINIMUM \<br>VDEF:M1_PhysicalCPU=r1_PhysicalCPU,MAXIMUM \<br>

VDEF:A1_PhysicalCPU=r1_PhysicalCPU,AVERAGE \<br>VDEF:l1_PhysicalCPU=r1_PhysicalCPU,LAST \<br>CDEF:y1_PhysicalCPU=r1_PhysicalCPU,0,+ \<br>LINE1:y1_PhysicalCPU#00FFFF:&quot;PhysicalCPU............................&quot;: \<br>

GPRINT:m1_PhysicalCPU:&quot;min\: %10.2lf&quot; \<br>GPRINT:M1_PhysicalCPU:&quot;  max\: %10.2lf&quot; \<br>GPRINT:A1_PhysicalCPU:&quot;  avg\: %10.2lf&quot; \<br>GPRINT:l1_PhysicalCPU:&quot;  last\: %10.2lf\l&quot; <br>
<br>
<br>and if I lauch this simple script, no problem, I get graph<br><br>Now how to generate same graph, but with a pipe syntax, like &#39;cat file | rrdtool - &#39; or &#39;rrdtool - &lt; file&#39; ?<br><br>I have tried to just remove &#39;rrdtool&#39; from the file listed upper, and then perform a cat file | rrdtool - , and the result is:<br>

<br>ERROR: Could not make sense out of &#39;\&#39;<br>ERROR: unknown function &#39;--title&#39;<br>ERROR: unknown function &#39;--width&#39;<br>ERROR: unknown function &#39;DEF:v1_PhysicalCPU=lpar.rrd:PhysicalCPU:AVERAGE:step=300:end=start+24h:start=midnight&#39;<br>

ERROR: unknown function &#39;CDEF:r1_PhysicalCPU=v1_PhysicalCPU&#39;<br>ERROR: unknown function &#39;VDEF:m1_PhysicalCPU=r1_PhysicalCPU,MINIMUM&#39;<br>ERROR: unknown function &#39;VDEF:M1_PhysicalCPU=r1_PhysicalCPU,MAXIMUM&#39;<br>

ERROR: unknown function &#39;VDEF:A1_PhysicalCPU=r1_PhysicalCPU,AVERAGE&#39;<br>ERROR: unknown function &#39;VDEF:l1_PhysicalCPU=r1_PhysicalCPU,LAST&#39;<br>ERROR: unknown function &#39;CDEF:y1_PhysicalCPU=r1_PhysicalCPU,0,+&#39;<br>

ERROR: unknown function &#39;LINE1:y1_PhysicalCPU#00FFFF:PhysicalCPU............................:&#39;<br>ERROR: unknown function &#39;GPRINT:m1_PhysicalCPU:min\: %10.2lf&#39;<br>ERROR: unknown function &#39;GPRINT:M1_PhysicalCPU:  max\: %10.2lf&#39;<br>

ERROR: unknown function &#39;GPRINT:A1_PhysicalCPU:  avg\: %10.2lf&#39;<br>ERROR: unknown function &#39;GPRINT:l1_PhysicalCPU:  last\: %10.2lf\l&#39;<br><br>If I remove the &#39;\&#39; at end of each lines and rerun, the result is:<br>

<br>0x0<br>OK u:0.00 s:0.00 r:0.00<br>ERROR: unknown function &#39;--title&#39;<br>ERROR: unknown function &#39;--width&#39;<br>RRDtool 1.2.13  Copyright 1997-2006 by Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch" target="_blank">tobi@oetiker.ch</a>&gt;<br>

               Compiled Jun 13 2006 11:14:25<br><br>Usage: rrdtool [options] command command_options<br><br>Valid commands: create, update, updatev, graph, dump, restore,<br>                last, first, info, fetch, tune, resize, xport<br>

<br>Valid remote commands: quit, ls, cd, mkdir<br><br>RRDtool is distributed under the Terms of the GNU General<br>Public License Version 2. (<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">www.gnu.org/copyleft/gpl.html</a>)<br>

<br>For more information read the RRD manpages<br><br>OK u:0.00 s:0.00 r:0.00<br>RRDtool 1.2.13  Copyright 1997-2006 by Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch" target="_blank">tobi@oetiker.ch</a>&gt;<br>               Compiled Jun 13 2006 11:14:25<br>

<br>Usage: rrdtool [options] command command_options<br><br>Valid commands: create, update, updatev, graph, dump, restore,<br>                last, first, info, fetch, tune, resize, xport<br><br>Valid remote commands: quit, ls, cd, mkdir<br>

(...)<br>Valid remote commands: quit, ls, cd, mkdir<br><br>RRDtool is distributed under the Terms of the GNU General<br>Public License Version 2. (<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">www.gnu.org/copyleft/gpl.html</a>)<br>

<br>For more information read the RRD manpages<br><br>OK u:0.00 s:0.00 r:0.00<br><br><br><br>I am confused on syntax :(<br><br>(For information I am usung rrdtool 1.2.13 on AIX)<br><br></div><br><div style id="__af745f8f43-e961-4b88-8424-80b67790c964__">
</div>