could you suggest me to create a plugin for web application to calculate the each and every method execution time
I want to 开发者_Go百科calculate the each and every method execution time like profiler do.. for my web application. IDE is netbeans and application server is glassfishV2. my application file is EAR (ejb+war). could any body suggest me on this topic.
One of the options I would like to suggest is JAMon (http://jamonapi.sourceforge.net/) for monitoring application and method execution times.
It provides
- an easy to hook interface,
- can be used to monitor methods, sql queries and much more
- provides capability to dynamically be turned on and off in production environments
- provides nice statistics UI.
- and much more ... detailed Features @ http://jamonapi.sourceforge.net/#Introduction
精彩评论