<div dir="ltr">Hello,<div><br></div><div>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><br></div><div>C:\Perl\site\lib\auto\RRDs\rrdtool.exe create SessionState.rrd </div><div>--start now </div><div>--step 300 </div><div>DS:Total:GAUGE:600:0:50000 </div><div>DS:Active:GAUGE:600:0:50000 </div><div>DS:Disconnected:GAUGE:600:0:50000 </div><div>DS:Idle:GAUGE:600:0:50000 </div><div>DS:Down:GAUGE:600:0:50000 </div><div>DS:Unknown:GAUGE:600:0:50000 </div><div>RRA:MIN:0.5:12:8760 </div><div>RRA:MAX:0.5:12:8760 </div><div>RRA:LAST:0.5:1:105500<br></div><div><br></div><div>I then connect to XenApp and launch a session and runt he update command using the following:</div><div><br></div><div>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><br></div><div>Once its updated I run the following code to generate the graph:</div><div><br></div><div>D:\PSScripts\rrd\rrdtool.exe graph graphs/daily.png </div><div>--title "DEVAccounts Citrix Daily Sessions" </div><div>--vertical-label Sessions </div><div>--width 400 </div><div>--height 100 </div><div>--start end-1d </div><div>DEF:total=SessionState.rrd:Total:MAX </div><div>DEF:active=SessionState.rrd:Active:LAST </div><div>DEF:disconnected=SessionState.rrd:Disconnected:LAST </div><div>DEF:idle=SessionState.rrd:Idle:LAST </div><div>DEF:down=SessionState.rrd:Down:LAST </div><div>DEF:unknown=SessionState.rrd:Unknown:LAST </div><div>CDEF:LineTotal=total,1,* </div><div>CDEF:LineActive=active,1,* </div><div>CDEF:LineDisconnected=disconnected,1,* </div><div>CDEF:LineIdle=idle,1,* </div><div>CDEF:LineDown=down,1,* </div><div>CDEF:LineUnknown=unknown,1,*<br></div><div><br></div><div><br></div><div>Any help would be greatly appreciated.</div><div><br></div><div>Thank you,</div><div><br></div><div>Devante Vargas</div><div><br></div></div>