DOC

com.kpi4j : kpi4j

Maven & Gradle

Feb 19, 2016

kpi4j · This is an open source library that allows generating performance indicators easily for java based application. This library is configurable through an xml file (similar to log4j) in order to define the performance object types, dimensions, counters, the output format and statistics generation periodicity. Those statistics can be saved as a file (xml/json) or injected directly in a database. Then they can be correlated and analyzed through any Business Intelligence solution in order to check the application performance and quality: number of transactions, ratio of successful and failure ...

Table Of Contents

Latest Version

Download com.kpi4j : kpi4j Javadoc & API Documentation - Latest Versions:

All Versions

Download com.kpi4j : kpi4j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file kpi4j-0.0.2-beta-javadoc.jar to kpi4j-0.0.2-beta-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder kpi4j-0.0.2-beta-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "kpi4j-0.0.2-beta-sources.jar" -d "kpi4j-0.0.2-beta-javadoc" -subpackages