Hi, I&#39;m interested in extracting the tabular data that rrdgraph would otherwise plot on the graph, much like I&#39;d do with <br>&#39;rrdtool fetch&#39;, but I wish to use rrdgraph&#39;s powerful calculation features to transform the data and generate additional columns.  Is this possible?  >From reading the documentation, I am sometimes given the impression that it is, and I&#39;m sometimes given the impression it is not.<br>
<br>For example, the manual page says &quot;When you are done fetching and processing the data,
it is time to graph it (or print it)&quot;, which implies that there is some way to simply dump the data out using PRINT statements, but I haven&#39;t managed to figure out how to get PRINT do spit out anything but a single data point.<br>
<br>Is what I&#39;m trying to do possible, or should I just be using rrdfetch to dump the data and then do calculations on it myself?  It seems like I should be able to leverage the considerable data transformation intelligence that&#39;s in rrdgraph without actually generating a graph.<br>
<br>-Neal<br>