jmeter-plugins@googlegroups.com

33 views
Skip to first unread message

Mrunalini Kancharla

unread,
Mar 21, 2025, 11:51:53 AMMar 21
to jmeter-plugins

I have login transactions in my JMeter which has 20 requests in it. few requests run parallely and few of them in line when I observed in developer tools network tab. My issue, jmeter is running all of them sequentially which is giving 60sec to process where as stopwatch manual results are 17-20sec range. How to run set of requests parallely as I have already tried changing transaction controller ->parallel controller but it is initiating more threads(678) than specified(2) jmeter non GUI thread count increased to 500 JMeter script has only 2thread group with 1user each but Non gui executing more threads.

Also, I have come to know that can't place parallel controller under transaction controller. How can we achieve this kind of requirement?Need similar kind of web_concurrent_start() functionality of loadrunner in JMeter.



Thanks,

Mrunalini K

Dmitri T

unread,
Mar 24, 2025, 10:45:03 AMMar 24
to jmeter-plugins
It sounds like an issue with Parallel Controller, please report it via BlazeMeter Support Ticket

In the mean time you can either use Parallel Sampler or JSR223 Sampler to execute the concurrent calls.

You basically need the duration of the longest request or sum of durations if there is more than 6 AJAX requests.
Reply all
Reply to author
Forward
0 new messages