How to send concurrent requests to Jmeter

I want to use Jmeter to capture response time for requests to my website script at the same time, but Jmeter sends them sequentially. Is there a way to simulate concurrent queries?

I am looking for something similar to web_concurrent_start()in LoadRunner .

+4
source share
2 answers

JMeter provides a Synchronizing Timer that you can use to run all the requests in your area at the exact same moment.

. JMeter , , .

+8
+1

All Articles