JRobin

JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations are supported.

License

License

LGPL
GroupId

GroupId

com.purej
ArtifactId

ArtifactId

jrobin
Last Version

Last Version

1.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

JRobin
JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations are supported.
Project Organization

Project Organization

Stefan Mueller, adopus consulting gmbh
Source Code Management

Source Code Management

http://github.com/purej/jrobin

Download jrobin

How to add to project

<!-- https://jarcasting.com/artifacts/com.purej/jrobin/ -->
<dependency>
    <groupId>com.purej</groupId>
    <artifactId>jrobin</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.purej/jrobin/
implementation 'com.purej:jrobin:1.7.1'
// https://jarcasting.com/artifacts/com.purej/jrobin/
implementation ("com.purej:jrobin:1.7.1")
'com.purej:jrobin:jar:1.7.1'
<dependency org="com.purej" name="jrobin" rev="1.7.1">
  <artifact name="jrobin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.purej', module='jrobin', version='1.7.1')
)
libraryDependencies += "com.purej" % "jrobin" % "1.7.1"
[com.purej/jrobin "1.7.1"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.

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>

Examples

example example example example example example example example example example example example example

Versions

Version
1.7.1
1.7.0