I could use ConstantThroughputTimer
to control the number of requests per second in jmeter. If the request number is very big, though I set the number, I couldn't get what I want.
For example, I'd like to send 10000 request per second and I've set the request number, but the computer which running my jmeter can't generate 10,000 requests per second due to its hardwares. Maybe it only can generate 1,000 requests per second maximumly. If the throughput of the target webapp is 1,000/sec, I can't determine the cause of the test result. Both the webapp and my jmeter may be the bottleneck.
So I'd like to know the maximum requests my jmeter can send.