The latest w32 binary for Windows XP that I was able to find is 1.2.28 on <a href="http://gknw.net">gknw.net</a>. <br>I noticed a memory leak when I do an update with this version. I wrote this crude batch file to verify it: <br>
<br><i>:beginning <br>rrdtool update test.rrd N:15 <br>goto beginning <br></i><br><br>This runs as fast as it can, so it will generate lots of errors about trying to update with a &lt;1 sec timestep, but it will do&nbsp;a lot of calls&nbsp;to rrdtool.exe. On my machine this will use about 100 Mb in 30 seconds, and just keeps going till the machine runs out of free RAM. <br>
<br>I normally use it from Python, and I update my rrd once a second. It will use up about 2Gb in 24 hours, so still not workable. <br><br>Any suggestions on how to solve this? <br><br>Thanks, <br><br>Christian <br><br clear="all">
<br>