I&#39;m currently working on a Python application that will eventually use RRDTool to draw some graphs based on some statistics that I collect.<div><br></div><div>I&#39;m wondering if people on this list would recommend using any of the existing python libraries for RRDTool (it looks like to two most robust ones are pyrrd and rrdfile):</div>
<div><br></div><div><a href="http://code.google.com/p/pyrrd/">http://code.google.com/p/pyrrd/</a></div><div><a href="http://code.google.com/p/rrdfile/">http://code.google.com/p/rrdfile/</a></div><div><br></div><div>But I see many comments about rrdfile leaking memory, so I&#39;m hesitant to use that one. pyrrd looks ok, but I&#39;m not sure if it would be easier to use that library or just write my own class with a few methods for creating and updating my RRDTool files and graphs.</div>
<div><br></div><div>I&#39;d really appreciate anyone&#39;s comments about your experience and recommendations. It seems like there would be a more mature solution for python at this point, but I&#39;m rather hesitant to use them after having a brief look at the code.</div>
<div><br></div><div>Regards,</div><div><br></div><div>Kelly<br clear="all"><br>-- <br>K.D. Lucas<br><a href="mailto:kdlucas@gmail.com">kdlucas@gmail.com</a><br>
</div>