Skip to content

reuser/zorka

This branch is 434 commits behind jitlogic/zorka:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d02ba54 · Mar 19, 2016
Nov 28, 2015
Nov 28, 2015
Nov 28, 2015
Mar 10, 2016
Nov 28, 2015
Nov 28, 2015
Nov 28, 2015
Nov 28, 2015
Mar 20, 2012
Apr 16, 2015
Nov 28, 2015

Repository files navigation

Zorka Agent & Zorka Spy

Zorka is a programmable general purpose monitoring agent for Java applications. 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%