org.rrd4j.converter
Class Converter

java.lang.Object
  extended by org.rrd4j.converter.Converter

public class Converter
extends Object

Simple utility class to convert RRD files created with RRDTool 1.0.x to Rrd4j's native RRD format. Conversion process is quite fast.


Method Summary
static void main(String[] args)
          To convert RRD files created with RRDTool use the following syntax:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)

To convert RRD files created with RRDTool use the following syntax:

 java -cp rrd4j-{version} org.rrd4j.convertor.Convert [path to RRD file(s)]
 
 

For example:

 java -cp rrd4j-{version} org.rrd4j.convertor.Convert rrdtool/files/*.rrd
 

...and enjoy the show.

Parameters:
args -