<div dir="ltr">I am currently looking to create a graph and I've already done a few but somehow I am having a whale of a time trying to get this one to work.<div><br></div><div>to create the RRD I </div><div><br></div><div>rrdtool.exe create citrix_load.rrd </div><div>--start $dt </div><div>--step 3600 </div><div>DS:load:GAUGE:7200:0:900000 </div><div>DS:servers:GAUGE:7200:0:9000 </div><div>DS:lbo:GAUGE:7200:0:9000 </div><div>DS:sessions:GAUGE:7200:0:20000 </div><div>RRA:MIN:0.5:1:8765 </div><div>RRA:MAX:0.5:1:8765 </div><div>RRA:LAST:0.5:1:8765</div><div><br></div><div>to update it I have in powershell executing the following as an example (the values were captured at the time I ran the script:</div><div><br></div><div>rrdtool update citrix_load.rrd N:2433:15:0:102<br></div><div><br></div><div>to graph it I have the following:</div><div><br></div><div><div>rrdtool.exe graph Application_Servers-1d.png </div><div>--vertical-label percentage </div><div>--width 600 </div><div>--height 200 </div><div>--start end-1d </div><div>DEF:wgloadcurrent=citrix_load.rrd:load:LAST </div><div>CDEF:cdefwgloadcurrent=/ 9000 * 100 </div><div>VDEF:vdefwgloadcurrent=cdefwgloadcurrent,LAST </div><div>AREA:cdefwgloadcurrent#0033CC</div></div><div><br></div><div>The issue is, even though the png gets created, there is no data in the graph. I have double checked to see if there is any data in the rrd file and there is no Area or when I used the LINE parameter there was no line either.</div><div><br></div><div>Am I missing something here?<br><br></div><div>Thanks,</div><div><br></div><div>Devante</div></div>