Class Overview
Simple demo just to check that everything is OK with this library. Creates two files in your
$HOME/rrd4j-demo directory: demo.rrd and demo.png.
Summary
Public Constructors |
|
Demo()
|
Public Methods |
static
void
|
main(String[] args)
To start the demo, use the following command:
java -cp rrd4j-{version}.jar org.rrd4j.demo.Demo
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
static
void
main
(String[] args)
To start the demo, use the following command:
java -cp rrd4j-{version}.jar org.rrd4j.demo.Demo
Parameters
args
| the name of the backend factory to use (optional) |