Skip to content
nmusienko edited this page Feb 19, 2013 · 2 revisions

Getting Started

This section describes how to run a simple test configuration that is bundled with the Jagger distribution.

If you supposed use mysql, manually apply patches from mysql-patches/patches.sql

File jagger-distribution-$VERSION$-full.zip contains:

  • configuration - Configuration for Jagger modules.
  • libs - third party libraries used by Jagger.
  • modules - Jagger core logic.
  • profiles - instruction to Jagger about modules that should be launched (local, ci-report, distributed).
  • shell scripts for launching.

Unpack the distribution

cd JAGGER_HOME    
unzip jagger-distribution-$VERSION$-full.zip

Steps for running Jagger in the local mode with configuration for Google requesting with pool of queries are specified below.

  • Edit JAGGER_HOME/configuration/master/session.properties
  • Change chassis.master.session.configuration.bean.name value to testHttpTargetConfiguration
  • Run Jagger
./start.sh profiles/local/environment.properties

or

java -Xmx2G -Xms2G -classpath "modules/chassis/*;modules/diagnostics/*;lib/*;configuration/boot/" -Dlog4j.configuration=jagger.log4j.properties com.griddynamics.jagger.JaggerLauncher profiles/local/environment.properties

After execution finished report.pdf is available in the current directory.

Clone this wiki locally