[jboss-user] [Management, JMX/JBoss] - Re: JBoss Server Response Time
PeterJ
do-not-reply at jboss.com
Mon Jun 11 10:41:54 EDT 2007
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#4053130
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053130
More information about the jboss-user
mailing list