/perfmon

Performance monitor for java applications

Primary LanguageJava

Codeship Status for kratochj/perfmon

Performance monitor for Java

Perfmon is a simple monitoring API that allows you to follow and better understand your application.

More information find out on wiki.

Maven support

Perfmon is fully Maven 3.x compliant. Artifacts for Maven users are hosted on Maven Central. Dependecies go as follows:

  <dependency>
        <groupId>eu.kratochvil.perfmon</groupId>
        <artifactId>perfmon-core</artifactId>
        <version>0.1</version>
  </dependency>
  
  <dependency>
        <groupId>eu.kratochvil.perfmon</groupId>
        <artifactId>perfmon-db</artifactId>
        <version>0.1</version>
  </dependency>
  
  <dependency>
        <groupId>eu.kratochvil.perfmon</groupId>
        <artifactId>perfmon-jmx</artifactId>
        <version>0.1</version>
  </dependency>