Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / jrobin / pkg-descr
1 JRobin is a 100% pure java implementation of RRDTool's functionality. It
2 follows the same logic and uses the same data sources, archive types and
3 definitions as RRDTool does. JRobin supports all standard operations on
4 Round Robin Database (RRD) files: CREATE, UPDATE, FETCH, LAST, DUMP, XPORT
5 and GRAPH. JRobin's API is made for those who are familiar with RRDTool's
6 concepts and logic, but prefer to work with pure java. If you provide the
7 same data to RRDTool and JRobin, you will get exactly the same results and
8 graphs. JRobin is made from the scratch and it uses very limited portions
9 of RRDTool's original source code. JRobin does not use native functions and
10 libraries, has no Runtime.exec() calls and does not require RRDTool to be
11 present. JRobin is distributed as a software library (jar files) and comes
12 with full java source code (LGPL licence).
13
14 WWW: http://www.jrobin.org/