I am running the following test
setUp(
OnePost.inject(rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol),
postTwo.inject(nothingFor(150 second), rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol),
OneGet.inject(nothingFor(200 second), rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol),
getTwo.inject(nothingFor(200 second), rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol)
)
In the above, I have the errors when I noOfUsers are 35000. I noticed also that the CPU was above 90%. Are the errors from the client or gatling?
Can anyone help me to understand the following error messages