JRobin
JRobin is a 100% pure java implementation of RRDTool's functionality. RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data.
Check out the extensive documentation under /doc or the RRDTool website.
This fork provides support for Java 1.8 and higher (tested with JDK 11), as the com.sun.* dependencies have been removed.
Requisites
- Java 1.8 or higher
Maven users just need to add the following dependency:
<dependency>
<groupId>com.purej</groupId>
<artifactId>jrobin</artifactId>
<version>1.7.1</version>
</dependency>












