[rrd-users] fetching rrd into jsp pages

Eduardo Bragatto eduardo at bragatto.com
Thu Apr 14 16:23:06 CEST 2011


On Apr 14, 2011, at 11:16 AM, amir wrote:

> I have to choose the second option(rrdtool).
> see, what i have done:
> i already created rrd file and its graphs.
> so, the only thing which is remains is what, i want to fetch the  
> data from rrd file and show it numerically in a JSP table .
> i need a sample or example to see how, programmers have do this job  
> in a certain JSP page.

Sorry but I don't know JSP and I can't provide you with an example of  
how to do it using that language specifically (most users here won't  
be able to, since this is not a JSP mailing list). In the previous  
message Kevin just provided a link for a great example in Perl.

As I said, the programmer needs to make a *system call* (every  
programmer should know what this is), invoking "rrdtool fetch" with  
the appropriate parameters.

The output from that command will have the data you need, then just  
display it the way you prefer.

Again, please refer to the documentation in http://rrdtool.org/

Best regards,
Eduardo Bragatto



More information about the rrd-users mailing list