Class JRobin
java.lang.Object
net.bull.javamelody.internal.model.JRobin
Stockage RRD et graphiques statistiques.
Cette classe utilise JRobin
qui est une librairie Java opensource (LGPL) similaire à RRDTool.
L'API et le tutorial JRobin sont à http://oldwww.jrobin.org/api/index.html
- Author:
- Emeric Vernat
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddumpXml(OutputStream output, Range range) getLabel()doublegetName()byte[]byte[]static voidinitBackendFactory(Timer timer) JavaMelody uses a custom RrdNioBackendFactory, in order to use its own and cancelable file sync timer.static voidstop()toString()
-
Field Details
-
SMALL_HEIGHT
public static final int SMALL_HEIGHT- See Also:
-
-
Method Details
-
stop
public static void stop() -
initBackendFactory
JavaMelody uses a custom RrdNioBackendFactory, in order to use its own and cancelable file sync timer.- Parameters:
timer- Timer- Throws:
IOException- e
-
graph
- Throws:
IOException
-
graph
- Throws:
IOException
-
getLastValue
- Throws:
IOException
-
dumpXml
- Throws:
IOException
-
dumpTxt
- Throws:
IOException
-
getName
-
getLabel
-
toString
-