Skip to content

yuezixin/zorka

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%