From: <tho...@us...> - 2013-11-23 12:47:05
|
Revision: 7587 http://bigdata.svn.sourceforge.net/bigdata/?rev=7587&view=rev Author: thompsonbry Date: 2013-11-23 12:46:59 +0000 (Sat, 23 Nov 2013) Log Message: ----------- Added Paths: ----------- branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/TestMonitoring.sh Added: branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/TestMonitoring.sh =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/TestMonitoring.sh (rev 0) +++ branches/BIGDATA_RELEASE_1_3_0/src/resources/HAJournal/TestMonitoring.sh 2013-11-23 12:46:59 UTC (rev 7587) @@ -0,0 +1,12 @@ +#!/bin/bash + +# Setup the environment. +source src/resources/HAJournal/HAJournal.env + +java\ + ${JAVAOPTS}\ + -cp ${CLASSPATH}\ + -Djava.security.policy=${POLICY_FILE}\ + -Dlog4j.configuration=${LOG4J_CONFIG}\ + -Djava.util.logging.config.file=${LOGGING_CONFIG}\ + com.bigdata.counters.AbstractStatisticsCollector 1 10 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |