I have Simple scenario:
Thread Group - One user sign in
- HTTP Sampler for Sign in
- Loop Controller - count as 10
- HTTP Sampler for check page
As per the logic, it is working fine for 1-time sign in, 10 times check the page.
But if I give the same with 10 Users sign in, 100 times from check page, it is not sending all the requests to the server.
It is sent only around 60 to 70 request for check page. other requests are not sent from the JMeter.
Server side CPU usage getting 100%, is it restricting the JMeter to send the request further?