If you want to code your own, look at the various MBeans under jboss.management.local. The
ones that contain j2eeType=XXXSessionBean have a Stats attribute that maintains response
times for each method in an EJB. The one ones with j2eeType=Servlet have a Stats attribute
that tracks response time for the servlet.
Also, under jboss.web, look at the MBeans whose name contains type=RequestProcessor, there
is one for each thread handling http input. The maintain request counts, total time, and
min/max time.
These are just some of the MBeans used by JBossON to present its data.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053130#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...