| Author |
Server-side (or Java client) EJB testing
|
Chris Winters
Greenhorn
Joined: Apr 11, 2002
Posts: 1
|
|
JMeter, along with other tools for testing J2EE, seems to be focused on Servlets, or making and timing HTTP requests. (It does FTP and JDBC requests also, but that doesn't matter in this context.) JMeter makes request(s) of the Servlet, the servlet connects to the container and performs actions and then reports back to JMeter with the output, which it uses in the configured manner. What if I want to run performance tests without any servlets? Or run them using a pure Java client? Yes, I realize that the servlet is just another client in the eye of the container. But I want to results to have nothing to do with them. Does JMeter support this? Do any other performance measurement tools support this? I can create something by hand to integrate with Ant/JUnit (maybe JUnitPerf? not sure yet) but I wanted to see if anyone else had already tackled this. Thanks much, Chris
|
 |
 |
|
|
subject: Server-side (or Java client) EJB testing
|
|
|