Statement
I have a cluster with an installed Ganglia monitoring service. Now I want to create a simple frontend visualisation tool which can take metrics data from Ganglia backend and graph this data. This visualisation tool is written in Java and just need to get monitoring data to draw graphs by itself.
Question
What is the easiest way to get metrics data from Ganglia for a time period with the help of Java application? Any Ganglia's API or RRD-oriented Java libraries which can read Ganglia's RRD files?