I really liked the NewRelic graph and I wanted to know if I can get it running on my setup:
Scala, sbt, liftweb, Jetty.
It worked! Just downloaded the ZIP, unpacked and started:
sbt ~container:start -J"-javaagent:/path/myapp/newrelic/newrelic.jar"
Now I have a nice graph which matches up with the numbers I see in my logs. As I suspected there's some work that needs to be done on the DB access side.
It worked! Just downloaded the ZIP, unpacked and started: sbt ~container:start -J"-javaagent:/path/myapp/newrelic/newrelic.jar"
Now I have a nice graph which matches up with the numbers I see in my logs. As I suspected there's some work that needs to be done on the DB access side.