teoincontatto / zorka

Sophisticated monitoring agent for Java

Home Page:http://zorka.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zorka Agent & Zorka Spy

Zorka is a programmable general purpose monitoring agent for Java applicatios. It features bytecode instrumentation and is capable of tracing (profiling) production environments. It is designed to integrate seamlessly your Java applications with popular monitoring systems.

For more information see Zorka project page.

Building Zorka Agent

Instructions for building the agent.

  1. Import into Eclipse the following packages:
  • zorka
  • zorka-agent
  • zorka-common
  • zorka-common-test
  • zorka-core
  • zorka-dist
  • zorka-viewer
  1. Copy the following maven plugin compiler into all pom.xml files:
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <version>${compiler.plugin.version}</version>
              <configuration>
                  <source>1.6</source>
                  <target>1.6</target>
                  <encoding>UTF-8</encoding>
              </configuration>
          </plugin>
  1. Configure the zorka's Maven Build with the "install" goal

  2. Copy the following files to a server:

  • zorka-dist/target/output/*

About

Sophisticated monitoring agent for Java

http://zorka.io

License:GNU General Public License v3.0


Languages

Language:Java 100.0%