<div dir="ltr"><div class="gmail_default" style="font-size:x-small">Hi rrdtool users!<br><br>As part of my google summer of code project with Ganglia I&#39;m developing an R package that imports the values from an RRD file into vectors in R (without exporting to csv, xml or other intermediate format first). I&#39;m using the rrdfetch api to do this. Here is a working prototype:<br>
<br><a href="https://github.com/pldimitrov/Rrd">https://github.com/pldimitrov/Rrd</a><br><br><br>Wnile this seems to work fairly well, it struck me that in a scenario when I&#39;m only interested in reading one row at a time (e.g. to compare values from many RRDs simultaneously) , the rrdfetch code would need to go through all error/sanity checks, find the RRA we want and seek to the desired location in the file at each iteration. <br>
<br>I know the use of the internal rrd_read, rrd_seek, rrd_open, etc... functions is not encouraged so I&#39;m wondering what might be a good solution. Ideally, it would be useful to have something that iterates one row at a time, reads and caches the data. <br>
<br>Does anything like this already exist?  Would you agree it makes sense to have this in addition to rrdfetch?<br><br>Regards,<br>Plamen<br><br><br></div></div>