Graphing RRD Files

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jamie Lerner

Graphing RRD Files

Post by Jamie Lerner » Sun Sep 29, 2002 7:09 pm

I have a large amount of historical data in RRD files. I would like to graph this data using JFreeChart instead of RRDTool. Is this possible? Does anyone have any example code?

Thanks,

Jamie.

David Gilbert

Re: Graphing RRD Files

Post by David Gilbert » Mon Sep 30, 2002 9:30 am

Hi Jamie,

What is RRD?

Regards,

DG.

Jamie Lerner

Re: Graphing RRD Files

Post by Jamie Lerner » Mon Feb 10, 2003 10:08 pm

RRD files are the files used by MRTG and RRDTool to store compressed time-series data. I think there is only a C/C++ interface, so I guess I would do JNI from my Java code to gather the data points and make the necessary JFreeChart calls to graph the data points. I was just hoping there was some sample code that I could use to start with.

Thanks,

Jamie.

Locked