views:

120

answers:

3

Are there any tools that can identify the total memory usage, cpu, and other information on resources of a specific grails web application deployed in a Tomcat server?

Also, if my grails app is using Quartz plugin, can anyone tell me how to profile a specific job instance?

Thanks!

A: 

http://grails.org/Profiler+Plugin

MTH
thanks for this info. i'll try this later.
firnnauriel
A: 

The profiler plugin that MTH mentions only gives you timing info for various parts of the Grails app. For monitoring resource usage, you're better off using JMX; here are a couple of links that should help.

Using JMX with Tomcat

Grails JMX plugin

gareth_bowles
oh, so plenty of options. i'll try this too. thanks!
firnnauriel
+4  A: 
fabien7474
FYI: I have had issues with Jasper Reports and Melody not working too well together. I don't remember the details but I had to uninstall the plugin for Jasper Reports to work again.
Scott Warren
I never used Jasper Reports, I didn't mention Jasper Reports and I don't understand why you talk about Jasper Reports ? Concerning Java Melody, it works wonderfully for me.
fabien7474
thanks for the list! i just tested melody and app-info, they look very promising. now, i just need to get familiar with them. again, thanks a lot!
firnnauriel