开发者

could you suggest me to create a plugin for web application to calculate the each and every method execution time

开发者 https://www.devze.com 2023-04-10 13:27 出处:网络
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.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消