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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to