Profiler for a Grails Application -


Is there any device that deploys total memory usage, CPUs, and other information about the resources of a special grails web application Can a Tomato Server?

In addition, if my Grails app is using Quartz plugin, can anyone tell me how to know about a specific job example?

Thank you!

I am using a bunch of tools for outline and monitoring my own grails application . These are the plugins / tools that help me to achieve this and work without any problems:

  1. : This tool is a Must be . Just install the plugin and go to / myapp / monitor and you're done. You will get all the information on CPU, Mem access, SQL queries, HTI errors ... this should be enough for your needs described in your query

  2. : This very recent plugin is very useful and almost indispensable, it gives you different information about the status of your application. For your concerns, you have access to the graph for detailed information on every aspect of memory usage, information about sessions (open or closed), your hibernate level (cache, tables, institutions ...). At the top, this plugin is supported and supported by Bert Beckwith, a member of the Springsource team.

    : This plugin helps you collect performance statistics with minimal effort. I'm using it, but it's better using your application in tuning

You can add other plugins / tools such as: (to enter SQL queries) Can also be used. Domain objects) or for which I can guarantee that they work correctly (not in the case of all plugins!).

You can find all these plugins in the Grails plugins portal

I hope it helps.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -