[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-31 Thread SARA1232007
PS, the web service is implemented by java servlet View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=406#406 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=406 ___

[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-31 Thread PeterJ
PeterJ wrote : If this doesn't help, use the jmx console to locate mbeans that contain the name of your app or web service, one of them should have the info you are looking for. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222372#4222372 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-30 Thread PeterJ
You never said if you were using EJB-based or POJO-based web services, nor if EJB3 or EJB2.x-based. So I will assume EJB3-based (since that is what I have readily available). Look for this MBean: jboss.j2ee:service=EJB3,name=xxx,jar=yyy.jar where xxx is the name of the EJB that defines the web

[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-30 Thread SARA1232007
hi peter, Thank you for your quick response. The web service is form of war file which generated by a tool and deploy in server directly with out modifing any config file. I guess the web service is POJO-based. In this case, how to get web service performance statistic information by mbean?