[jboss-user] [Performance Tuning] - Re: Single instance hosts several apps

PeterJ do-not-reply at jboss.com
Thu Aug 28 19:05:58 EDT 2008


You can use the JMX Console to view all of the MBeans (http://localhost:8080/jmx-console).

For a servlet XXX in xxx.war, packaged in xxx.ear, look at the "stats" attribute for MBean:

jboss.management.local:J2EEApplication=xxx.ear,J2EEServer=Local,WebModule=xxx.war,j2eeType=Servlet,name=XXX

(if the WAR is not in an EAR, then "xxx.ear" will be "null")

For an EJB3 entity bean named YYY in xxx.jar, look for the invokeStats attribute of the MBean:

jboss.j2ee:jar=xxx.jar,name=YYY,service=EJB3 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173193#4173193

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173193



More information about the jboss-user mailing list