|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jrobin.convertor.Convertor
public class Convertor
Simple utility class to convert RRD files created with RRDTool 1.0.x to JRobin's native RRD format. Conversion process is quite fast.
Method Summary | |
---|---|
static void |
main(java.lang.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 |
---|
public static void main(java.lang.String[] args)
To convert RRD files created with RRDTool use the following syntax:
java -cp jrobin-{version} org.jrobin.convertor.Convert [path to RRD file(s)]For example:
java -cp jrobin-{version} org.jrobin.convertor.Convert rrdtool/files/*.rrd...and enjoy the show.
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |