[jboss-user] [Performance Tuning] - Re: JBOSS Client pooling conections problem, concurrent acce

PeterJ do-not-reply at jboss.com
Wed Jun 17 12:46:29 EDT 2009


The jboss-service.xml contents look okay (I ignored the one from the conf directory, not sure why you posted that). You might try monitoring the value in the corresponding mbean named something like jboss.remoting:host=127.0.0.1,port=3873,service=invoker,transport= socket. That mbean tracks the thread pools.

I use JMeter to directly test EJBs. It does involve some code writing - I created a class that extends AbstractJavaSamplerClient and used it within a Java Request Sampler within the JMeter script. This works well with stateless and stateful beans (don't use the JUnit Test Sampler for stateful beans).

In addition, I also have my own performance testing framework which I have used to test both stateful and stateless EJBs.

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

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



More information about the jboss-user mailing list