Jmeter Loop controller is not sending all the request given in loop count -
i have simple scenario:
thread group - 1 user sign in - http sampler sign in - loop controller - count 10 - http sampler check page
as per logic, working fine 1-time sign in, 10 times check page.
but if give same 10 users sign in, 100 times check page, not sending requests server.
it sent around 60 70 request check page. other requests not sent jmeter.
server side cpu usage getting 100%, restricting jmeter send request further?
scheduler configuration set duration of 600
seconds causing test stop before iterations completed, still running.
removing scheduler configuration resolved issue , iterations ran.
note: issue identified after long discussion in chat user. question may not contain details.
following of configuration did in thread group:
duration field: ${__p(duration,600)} delay : ${__p{delay,0}}
removing them resolved issue.
Comments
Post a Comment