k

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 ...
www.kpi4j.com
The Apache License, Version 2.0
ZAHID Mohammed
Files download
File Operation
kpi4j-0.0.2-beta.jar download
kpi4j-0.0.2-beta.pom download
kpi4j-0.0.2-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kpi4j</groupId>
  <artifactId>kpi4j</artifactId>
  <version>0.0.2-beta</version>
</dependency>
Gradle Groovy
implementation 'com.kpi4j:kpi4j:0.0.2-beta'
Gradle Kotlin
implementation("com.kpi4j:kpi4j:0.0.2-beta")
Scala SBT
libraryDependencies += "com.kpi4j" % "kpi4j" % "0.0.2-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.kpi4j', module='kpi4j', version='0.0.2-beta')
)
Apache Ivy
<dependency org="com.kpi4j" name="kpi4j" rev="0.0.2-beta" />
Leiningen
[com.kpi4j/kpi4j "0.0.2-beta"]
Apache Buildr
'com.kpi4j:kpi4j:jar:0.0.2-beta'