Andy,<br><br><br>&nbsp;&nbsp; You are right, I was not sure if it was a specific issue or general given RRDtools. I posted parts of the script you referenced in your reply below. I have run different values and tried reading up on RRD to understand it better, given the specific database I am trying to create. This is more or less a project that I was thrown into head first and I am still trying to understand everything related to RRD. If you see anything specific regarding the data below please tell me what might be wrong.
<br><br>******************************************************************************<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rrdtool create $rrd_dir/usr.rrd -s 86400 \<br>DS:alpha:DERIVE:172800:U:U DS:delta:DERIVE:172800:U:U DS:eta:DERIVE:172800:U:U DS:epsilon:DERIVE:172800:U:U \
<br>DS:gamma:DERIVE:172800:U:U DS:iota:DERIVE:172800:U:U DS:kappa:DERIVE:172800:U:U DS:lambda:DERIVE:172800:U:U \<br>DS:omega:DERIVE:172800:U:U DS:theta:DERIVE:172800:U:U DS:xi:DERIVE:172800:U:U DS:zeta:DERIVE:172800:U:U \
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RRA:AVERAGE:0.5:2:90; \<br><br>******************************************************************************<br><br>alpha=$(grep alpha $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>
delta=$(grep delta $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>eta=$(grep &#39; eta&#39; $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>epsilon=$(grep epsilon $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \
<br>gamma=$(grep gamma $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>iota=$(grep iota $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>kappa=$(grep kappa $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \
<br>lambda=$(grep lambda $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>omega=$(grep omega $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>theta=$(grep theta $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \
<br>xi=$(grep xi $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;) \<br>zeta=$(grep zeta $fileloc | awk -F&#39;: &#39; &#39;{print $2}&#39;)<br><br>rrdtool update $rrd_dir/usr.rrd N:$alpha:$delta:$eta:$epsilon:$gamma:$iota:$kappa:$lambda:$omega:$theta:$xi:$zeta;
<br><br>*****************************************************************************<br><br>rrdtool graph usr.rrd.gif --title=&quot;Users per server&quot; \<br>--start -1m&nbsp; \<br>--vertical-label=Users \<br>--alt-autoscale \
<br>--units-length 10 \<br>--units-exponent 0 \<br>DEF:pta=usr.rrd:alpha:AVERAGE LINE1:pta#000000:Alpha \<br>DEF:ptd=usr.rrd:delta:AVERAGE LINE1:ptd#151B54:Delta \<br>DEF:pte=usr.rrd:eta:AVERAGE LINE1:pte#463E41:Eta \<br>
DEF:ptep=usr.rrd:epsilon:AVERAGE LINE1:ptep#800517:Epsilon \<br>DEF:ptg=usr.rrd:gamma:AVERAGE LINE1:ptg#8E35EF:Gamma \<br>DEF:pti=usr.rrd:iota:AVERAGE LINE1:pti#F778A1:Iota \<br>DEF:ptk=usr.rrd:kappa:AVERAGE LINE1:ptk#6698FF:Kappa \
<br>DEF:ptl=usr.rrd:lambda:AVERAGE LINE1:ptl#667C26:Lambda \<br>DEF:pto=usr.rrd:omega:AVERAGE LINE1:pto#87F717:Omega \<br>DEF:ptt=usr.rrd:theta:AVERAGE LINE1:ptt#FFFC17:Theta \<br>DEF:ptx=usr.rrd:xi:AVERAGE LINE1:ptx#C47451:Xi \
<br>DEF:ptz=usr.rrd:zeta:AVERAGE LINE1:ptz#806517:Zeta<br><br><br><div class="gmail_quote">On Dec 3, 2007 10:18 AM, Andy Riebs &lt;<a href="mailto:andy.riebs@hp.com">andy.riebs@hp.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Marc,<br><br>&quot;Reversed values&quot; is not the norm :)<br><br>It would help to send along the commands you are using the create the<br>graph, and, perhaps, the commands that you are using to store the data.<br><br>/andy
<br><div><div></div><div class="Wj3C7c"><br>On Mon, 2007-12-03 at 15:11 +0000, Marc T. Kaplan wrote:<br>&gt; Hello all,<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; Just a quick question, I have gotten my RRD setup and it is<br>&gt; running and storing correctly but upon graphing the data I am
<br>&gt; receiving data that is a bit strange. It seems that everything is<br>&gt; getting graphed in reverse, that is that everything is showing as a<br>&gt; negative when it should be positive. Is there anything specific I
<br>&gt; should look up or do to change the values so they are plotted<br>&gt; correctly?<br></div></div><font color="#888888">--<br>Andy Riebs, &nbsp; &nbsp; HP High Performance Computing R&amp;D<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Technology for better business outcomes
<br>Linux Software, &nbsp; &nbsp; &nbsp;&lt;<a href="http://www.hp.com/go/clusters" target="_blank">http://www.hp.com/go/clusters</a>&gt;<br>Catalyst Program, &nbsp; &lt;<a href="http://www.hp.com/go/catalysts" target="_blank">http://www.hp.com/go/catalysts
</a>&gt;<br>(w) +1.603.884.1521, <a href="mailto:andy.riebs@hp.com">andy.riebs@hp.com</a><br>(h) <a href="mailto:andy@candooz.com">andy@candooz.com</a><br>My opinions are not necessarily those of HP<br><br></font></blockquote>
</div><br>