Sign in to follow this  
parisspring

How to convert the rrd file to the fusionchart's xml file?

Recommended Posts

I used the RRD database to store the traffic data and use RRDTool to get the traffic graph( like the Mrtg software).

Now I want to use the fusionchart instead of rrdtool.

Do anyone know how to realise that?

Share this post


Link to post
Share on other sites

Hi everyone,

 

i also want to use the fusionchart instead of rrdtool to draw the mrtg graph, like traffic graph or cpu utilization graph.

 

Can anyone help me? Thanks very much.

 

 

Share this post


Link to post
Share on other sites

Hi

You can parse the data from database/data source and then pass time date values as strings to the chart object to render the charts with those values.

Date and time values cannot be used directly as direct manipulation is not allowed in charts as of now.

 

You can make use of real-time charts to showcase real-time data. Here's example for the same: http://fc.gagansikri.in/workspace/realtimechartsdemo/realtimedemo.html(Source: https://github.com/sikrigagan/FusionCharts-Samples/tree/master/JS/Real-Time-Chart-with-Data-Stream)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this