I am testing a node application which handles requests asynchronously. It takes around 5 seconds to respond (or more depending upon the load) for one request.
I want to configure Jmeter with 5000 concurrent threads, and fire 100 requests per second (or lesser). I tried using Constant Throughput Timer, but it does not give me desired results.
What is the correct way to implement 'n' number of requests per seconds from JMETER?