Reputation: 21
Can someone explain me how to extract the raw data from RRD to JSON, or to Highcharts data? I need to search with the date range and convert data to Highcharts. Thanks in advance.
Upvotes: 2
Views: 2372
Reputation: 4191
have you checked the docu? rrdtool docu
simply run rrdtool xport --json <more options here>
Upvotes: 1