<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>I am calling the graph functionality, but&nbsp;I am not actually generating the graph, I just want to generate PRINT output</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>I specify the start and end times for all DEFs</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>I have 2 identical calls, </FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>one I also specify the start and end time for "the graph" and one that I do not.</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>I get different results for the exact same time frames.</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>Why would this be?</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>I assumed that setting the start and end on the DEFs would be the definitive setting.</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008><FONT face=Arial size=2>Here are the commands and the outputs</FONT></SPAN></DIV>
<DIV><SPAN class=296545308-24032008>with start end time specified<BR>command=/shared/tools/rrdtemp/bin/rrdtool graph /usr/local/www/tmui/tmui/system/stats/images/Dummy.png&nbsp; -s 1206334663 -e 1206345463 DEF:Ruser=/var/rrd/rollupcpu:Ruser:AVERAGE:start=1206334663:end=1206345463 DEF:Rsystem=/var/rrd/rollupcpu:Rsystem:AVERAGE:start=1206334663:end=1206345463 CDEF:Utilizationcdef=Ruser,Rsystem,+ VDEF:UtilizationcdefLAST=Utilizationcdef,LAST PRINT:UtilizationcdefLAST:%.2lf%s VDEF:UtilizationcdefAVERAGE=Utilizationcdef,AVERAGE PRINT:UtilizationcdefAVERAGE:%.2lf%s VDEF:UtilizationcdefMAXIMUM=Utilizationcdef,MAXIMUM PRINT:UtilizationcdefMAXIMUM:%.2lf%s<BR>0x0<BR>1.02k<BR>3.66k<BR>103.63k</SPAN></DIV>
<DIV><SPAN class=296545308-24032008></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008></SPAN>&nbsp;</DIV>
<DIV><SPAN class=296545308-24032008>without start end time specified<BR>command=/shared/tools/rrdtemp/bin/rrdtool graph /usr/local/www/tmui/tmui/system/stats/images/Dummy.png DEF:Ruser=/var/rrd/rollupcpu:Ruser:AVERAGE:start=1206334663:end=1206345463 DEF:Rsystem=/var/rrd/rollupcpu:Rsystem:AVERAGE:start=1206334663:end=1206345463 CDEF:Utilizationcdef=Ruser,Rsystem,+ VDEF:UtilizationcdefLAST=Utilizationcdef,LAST PRINT:UtilizationcdefLAST:%.2lf%s VDEF:UtilizationcdefAVERAGE=Utilizationcdef,AVERAGE PRINT:UtilizationcdefAVERAGE:%.2lf%s VDEF:UtilizationcdefMAXIMUM=Utilizationcdef,MAXIMUM PRINT:UtilizationcdefMAXIMUM:%.2lf%s<BR>0x0<BR>1.03k<BR>3.49k<BR>20.57k<BR></SPAN></DIV></FONT></DIV></BODY></HTML>