<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif;font-size:small">Look that -> "<a href="https://oss.oetiker.ch/rrdtool/doc/rrdgraph_examples.en.html">https://oss.oetiker.ch/rrdtool/doc/rrdgraph_examples.en.html</a>" , it seems you didn't configure LINE or AREA to draw it.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-07 15:28 GMT-03:00 Devante Vargas <span dir="ltr"><<a href="mailto:devantev@gmail.com" target="_blank">devantev@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8000001907349px">Hello,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I am working on using RRD to create some Citrix XenApp graphs to show sessions states.No matter what I've done the graph gets created but no data is populated into the graph, also how do I get it so that the vertical column is not in increments of 0.2 but in real measurements of "1". I have installed the rrdtool on the windows 2008 R2 server which is not a XenApp server in the farm but I have also run it on a XenApp server and created the rrd file using the following parameters:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">C:\Perl\site\lib\auto\RRDs\rrdtool.exe create SessionState.rrd </div><div style="font-size:12.8000001907349px">--start now </div><div style="font-size:12.8000001907349px">--step 300 </div><div style="font-size:12.8000001907349px">DS:Total:GAUGE:600:0:50000 </div><div style="font-size:12.8000001907349px">DS:Active:GAUGE:600:0:50000 </div><div style="font-size:12.8000001907349px">DS:Disconnected:GAUGE:600:0:50000 </div><div style="font-size:12.8000001907349px">DS:Idle:GAUGE:600:0:50000 </div><div style="font-size:12.8000001907349px">DS:Down:GAUGE:600:0:50000 </div><div style="font-size:12.8000001907349px">DS:Unknown:GAUGE:600:0:50000 </div><div style="font-size:12.8000001907349px">RRA:MIN:0.5:12:8760 </div><div style="font-size:12.8000001907349px">RRA:MAX:0.5:12:8760 </div><div style="font-size:12.8000001907349px">RRA:LAST:0.5:1:105500<br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I then connect to XenApp and launch a session and runt he update command using the following:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">c:\Perl\site\lib\auto\RRDs\rrdtool.exe update f:\PSscripts\Common\Get-FarmData\DASHBOARD\DEV_Accounts\SessionState.rrd N:2:1:1:0:0:0<br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Once its updated I run the following code to generate the graph:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">D:\PSScripts\rrd\rrdtool.exe graph graphs/daily.png </div><div style="font-size:12.8000001907349px">--title "DEVAccounts Citrix Daily Sessions" </div><div style="font-size:12.8000001907349px">--vertical-label Sessions </div><div style="font-size:12.8000001907349px">--width 400 </div><div style="font-size:12.8000001907349px">--height 100 </div><div style="font-size:12.8000001907349px">--start end-1d </div><div style="font-size:12.8000001907349px">DEF:total=SessionState.rrd:Total:MAX </div><div style="font-size:12.8000001907349px">DEF:active=SessionState.rrd:Active:LAST </div><div style="font-size:12.8000001907349px">DEF:disconnected=SessionState.rrd:Disconnected:LAST </div><div style="font-size:12.8000001907349px">DEF:idle=SessionState.rrd:Idle:LAST </div><div style="font-size:12.8000001907349px">DEF:down=SessionState.rrd:Down:LAST </div><div style="font-size:12.8000001907349px">DEF:unknown=SessionState.rrd:Unknown:LAST </div><div style="font-size:12.8000001907349px">CDEF:LineTotal=total,1,* </div><div style="font-size:12.8000001907349px">CDEF:LineActive=active,1,* </div><div style="font-size:12.8000001907349px">CDEF:LineDisconnected=disconnected,1,* </div><div style="font-size:12.8000001907349px">CDEF:LineIdle=idle,1,* </div><div style="font-size:12.8000001907349px">CDEF:LineDown=down,1,* </div><div style="font-size:12.8000001907349px">CDEF:LineUnknown=unknown,1,*<br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Any help would be greatly appreciated.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thank you,</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Devante Vargas</div></div>
<br>_______________________________________________<br>
rrd-users mailing list<br>
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users" rel="noreferrer" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>
<br></blockquote></div><br></div>