<br>Hello Tobi, and bravo for tour reactivity ;)<br><br>That&#39;s means that my file must be composed with only one line beginning with graph ??<br><br><br>UnicsOnline<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi unicsonline<br>
<br>
&gt;<br>
&gt; Now how to generate same graph, but with a pipe syntax, like &#39;cat file |<br>
&gt; rrdtool - &#39; or &#39;rrdtool - &lt; file&#39; ?<br>
&gt;<br>
&gt; I have tried to just remove &#39;rrdtool&#39; from the file listed upper, and then<br>
&gt; perform a cat file | rrdtool - , and the result is:<br>
&gt;<br>
&gt; ERROR: Could not make sense out of &#39;\&#39;<br>
&gt; ERROR: unknown function &#39;--title&#39;<br>
&gt; ERROR: unknown function &#39;--width&#39;<br>
&gt; ERROR: unknown function<br>
&gt; &#39;DEF:v1_PhysicalCPU=lpar.rrd:PhysicalCPU:AVERAGE:step=300:end=start+24h:start=midnight&#39;<br>
&gt; ERROR: unknown function &#39;CDEF:r1_PhysicalCPU=v1_PhysicalCPU&#39;<br>
&gt; ERROR: unknown function &#39;VDEF:m1_PhysicalCPU=r1_PhysicalCPU,MINIMUM&#39;<br>
&gt; ERROR: unknown function &#39;VDEF:M1_PhysicalCPU=r1_PhysicalCPU,MAXIMUM&#39;<br>
&gt; ERROR: unknown function &#39;VDEF:A1_PhysicalCPU=r1_PhysicalCPU,AVERAGE&#39;<br>
&gt; ERROR: unknown function &#39;VDEF:l1_PhysicalCPU=r1_PhysicalCPU,LAST&#39;<br>
&gt; ERROR: unknown function &#39;CDEF:y1_PhysicalCPU=r1_PhysicalCPU,0,+&#39;<br>
&gt; ERROR: unknown function<br>
&gt; &#39;LINE1:y1_PhysicalCPU#00FFFF:PhysicalCPU............................:&#39;<br>
&gt; ERROR: unknown function &#39;GPRINT:m1_PhysicalCPU:min\: %10.2lf&#39;<br>
&gt; ERROR: unknown function &#39;GPRINT:M1_PhysicalCPU:  max\: %10.2lf&#39;<br>
&gt; ERROR: unknown function &#39;GPRINT:A1_PhysicalCPU:  avg\: %10.2lf&#39;<br>
&gt; ERROR: unknown function &#39;GPRINT:l1_PhysicalCPU:  last\: %10.2lf\l&#39;<br>
&gt;<br>
&gt; If I remove the &#39;\&#39; at end of each lines and rerun, the result is:<br>
&gt;<br>
&gt; 0x0<br>
&gt; OK u:0.00 s:0.00 r:0.00<br>
&gt; ERROR: unknown function &#39;--title&#39;<br>
&gt; ERROR: unknown function &#39;--width&#39;<br>
&gt; RRDtool 1.2.13  Copyright 1997-2006 by Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a>&gt;<br>
&gt;                Compiled Jun 13 2006 11:14:25<br>
<br>
the backslash is a shell  thing, which gets removed prior to the<br>
line being processed by rrdtool ... it is not supported in pipe<br>
mode ... each command should be on a single (potentially long)<br>
line.<br>
<br>
cheers<br>
tobi<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland<br>
<a href="http://it.oetiker.ch" target="_blank">http://it.oetiker.ch</a> <a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a> <a href="tel:%2B%2B41%2062%20775%209902" value="+41627759902">++41 62 775 9902</a> / sb: -9900<br>

</font></span></blockquote></div><br>