<div dir="ltr">very cool. I was just looking at using powershell and schedule the powershell script via task scheduler to run every 5 mins<div>the script I had in mind was something on the lines of:</div><div><br></div><div>$CMD = "rrdtool.exe"</div><div>$arg1 = "graph"</div><div>$arg2 = "graphs/graph.png"</div><div><br></div><div>& $CMD $arg1 $arg2 ...</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 16, 2015 at 12:23 PM, Brent Barr <span dir="ltr"><<a href="mailto:b.barr@f5.com" target="_blank">b.barr@f5.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>That works for small installations, but at some point you may grow to the point that the CPU and disk cycles needed for pointless updates is objectionable.</div>
<div><br>
</div>
<div>I've gone to a system that uses a python file to generate the graphs on the fly.  Request the HTML page and it takes 5+ seconds to go get the data and generate the charts for that page.  Means I only generate charts a few times a week, and that the data
 is always the freshest.</div>
<div><br>
</div>
<div>Brent</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Devante Vargas <<a href="mailto:devantev@gmail.com" target="_blank">devantev@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, July 16, 2015 at 8:35 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:rrd-users@lists.oetiker.ch" target="_blank">rrd-users@lists.oetiker.ch</a>" <<a href="mailto:rrd-users@lists.oetiker.ch" target="_blank">rrd-users@lists.oetiker.ch</a>><br>
<span style="font-weight:bold">Subject: </span>[rrd-users] scheduling RRD graph upates on a windows 2008 R2 platform<br>
</div><div><div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">Hi guys,
<div><br>
</div>
<div>Wondering how some of you on Windows Server 2008 R2 platforms are automating the graph updating?</div>
<div>I currently am in a situation where my graph update is being run manually. Do you guys use batch files and then schedule them?</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Devante Vargas</div>
</div>
</div>
</div>
</div></div></span>
</div>

</blockquote></div><br></div>