Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

To install the monitoring application locally, the instructions Installing HPS Software should Java should be followed, and specifically the whole trunk should be built by typing 'mvn -DskipTests' from the trunk directory in the local copy.  If the build is successful, the runnable jar for the application will be created in trunk/monitoring-app/target and can be executed using the standard java command.

...

titleNot Windows Compatible

...

.

Running the Monitoring Application Jar

 

Info
titleJar Version

The following examples assume that the '3.0.2-SNAPSHOT' version of the monitoring application is being used but this may change in the future.  You should use the jar that is actually created by your local build

Aside from a dependence on a platform-dependent library used through JNI (covered under the next section), the monitoring application jar is self-contained and can be run as follows.

...

No Format
./target/scripts/start_monitoring_application.sh -j job_opts.prop -c conn_opts.prop

Running with Test Data

Assuming that you want to run a local ET ring and not connect to one that is already online, you should open three terminals.  These are for running the monitoring application itself, running an ET ring, and streaming a test file onto the ET ring.  The working directory in each terminal should be trunk/monitoring-app from the full SVN checkout of HPS Java.

...