jar

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 JAR file - Latest Versions:

All Versions

Download com.kpi4j : kpi4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kpi4j-0.0.2-beta.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kpi4j.config.xml

├─ com.kpi4j.config.xml.DomConfigurator.class - [JAR]

com.kpi4j.appender._3gpp

├─ com.kpi4j.appender._3gpp.XML3GppTs32Dot435V7Dot2Appender.class - [JAR]

├─ com.kpi4j.appender._3gpp.XML3gppTs32Dot104V3Dot4Appender.class - [JAR]

com.kpi4j.config

├─ com.kpi4j.config.Configurator.class - [JAR]

com.kpi4j.appender.database

├─ com.kpi4j.appender.database.JDBCAppender.class - [JAR]

com.kpi4j

├─ com.kpi4j.BasicCollectorRepository.class - [JAR]

├─ com.kpi4j.Collector.class - [JAR]

├─ com.kpi4j.CollectorRepository.class - [JAR]

├─ com.kpi4j.Counter.class - [JAR]

├─ com.kpi4j.Dimension.class - [JAR]

├─ com.kpi4j.ObjectType.class - [JAR]

├─ com.kpi4j.PropertyConfigurator.class - [JAR]

com.kpi4j.appender

├─ com.kpi4j.appender.Appender.class - [JAR]

├─ com.kpi4j.appender.SimpleXMLFileAppender.class - [JAR]

com.kpi4j.thread

├─ com.kpi4j.thread.CollectorCron.class - [JAR]

├─ com.kpi4j.thread.Cron4jTaskManager.class - [JAR]

├─ com.kpi4j.thread.TastManager.class - [JAR]

com.kpi4j.records

├─ com.kpi4j.records.BasicRecordFactory.class - [JAR]

├─ com.kpi4j.records.BooleanCounter.class - [JAR]

├─ com.kpi4j.records.BranchRecord.class - [JAR]

├─ com.kpi4j.records.DimensionRecord.class - [JAR]

├─ com.kpi4j.records.DoubleCounter.class - [JAR]

├─ com.kpi4j.records.IntCounter.class - [JAR]

├─ com.kpi4j.records.LeafRecord.class - [JAR]

├─ com.kpi4j.records.LongCounter.class - [JAR]

├─ com.kpi4j.records.NumericCounter.class - [JAR]

├─ com.kpi4j.records.OBjectTypeRecord.class - [JAR]

├─ com.kpi4j.records.PerformanceRecord.class - [JAR]

├─ com.kpi4j.records.StringCounter.class - [JAR]