javaservletsjettyjmeterrequests-per-second

100 simultaneous requests on a servlet


I would like to test a sevlet that I 've made with simultaneous requests (100 or 1000 or more). I was searching about it and I found JMeter but I am not quite sure if it does what I want.

Do you know how I could do something like that. Do you know any tutorial or guide that it could help me? (I am not experienced in programming)

p.s. I run my servlet on Jetty because I am using the jetty continuations. This is also what I want to test.


Solution

  • JMeter is a good choice, it can do this job. See the user manual, it explains in detail how to set up the test.

    Btw: Running the test tool and the application on the same machine is not a relistic performance/throughput test scenario and can only provide an indication on how your servlet behaves in the real world.