Play with New Relic
play with newrelic
NR_JAR=newrelic/newrelic.jar
if [ -a $NR_JAR ]; then
NEWRELIC="-javaagent:$NR_JAR"
fi
echo "In $0 : Starting play with: $NEWRELIC"
java $NEWRELIC ${DEBUG_PARAM} -Xms512M -Xmx1......
In /Users/nli/products/play/play-2.0/framework/build : Starting play with newrelic-jar: newrelic/newrelic.jar
Oct 26, 2012 10:51:18 +0200 NewRelic 1 INFO: Agent is using Log4j
Oct 26, 2012 10:51:18 +0200 NewRelic 1 INFO: Loading configuration file "/Users/nli/worklocal/KTH/room-api/newrelic/./newrelic.yml"