HOME
Library
JRobin API
Utilities
Support
About Us
Forum

 

SourceForge.net Logo 

Get Firefox

 

 

JRobin 1.3.0 released

What's new?

Templates. You can create RRD files and graphs starting from external XML template files. You don't have to embed all creation parameters and options in your Java code and recompile it whenever you want to change some minor detail (like background color or datasource heartbeat). And your XML templates may contain placeholders if you want to provide some portion of the template at runtime (path to RRD file, graph title or time span, for example).

Core improvements: RrdToolkit class is introduced. It can be used to add, update or remove datasource and archive definitions in already existing RRD files. RrdDbPool class has been greatly improved too. You should use this class in productive environments with many RRD files updated simultaneously. It offers great performance benefits and better scalability. The underlying 'garbage collector' (which closes references to RRD files returned to the pool when necessary) now runs in a separate thread.

Stand-alone graphing engine: If you don't need RRD files at all, but still have some time series to plot, JRobin could be a tool for you. You don't have to know anything about the RRD concept to use JRobin as a graphing tool (there are also two nice classes to perform linear and normal cubic spline interpolation of your data, so you can start plotting right away).

Utilities: Inspector application has been greatly improved by adding a possibility to play with the structure of your RRD files. And there is a new utility to convert your old RRDTool files to JRobin compatible format in bulk.

Under the hub: Many bugfixes, richer API for developers, redesigned core classes.

Back to the top

Copyright © 2003, 2004 Sasa Markovic & Arne Vandamme. All Rights Reserved.