Interview Questions

How can I do stress testing of EJBs?

Apache JMeter FAQ


(Continued from previous question...)

How can I do stress testing of EJBs?

You can use the UserManual/Reference/JavaSampler classes to write your own class that runs your EJB's, and then JMeter will take over the threading and reporting. This, however, is not ideal. Someone needs to write a good EJB Sampler implementation for JMeter (hint, hint).

(Continued on next question...)

Other Interview Questions