Rrd2Svg
Java classes for converting the collectd's RRD files into the SVG.
...To read the RRD files, some of the classes in Rrd2Svg are based on:
RRD4J
As for RRD4J, please look into:
https://github.com/rrd4j/rrd4j
$. How to use it ?
The class for the command line is:
com.aboutjun.rrd2svg.util.Runner4Pipe4Svg
and it is specified as the main class of the JAR file.
So its usage is:
java -jar rrd2svg_X_Y.jar <root for RRD> <root for SVG>
1) <root for RRD> is:
The root directory of the subdirectories for the RRD files.
2) <root for SVG> is:
The root directory of the subdirectories for the SVG files.