jmeterhttp-status-code-400bad-request

Getting 400 error with multiple request in jmeter


I am requesting for an endpoint which actually creates a task so when I am trying to execute my jmeter script with 500 threads then I am facing some issue. For first 200 threads I am getting 200 response and after that I am getting 400 Bad Request error with the same end point.


Solution

  • Could you check the status of your web server? There are possibility that web server's connection pool is full.