0

I am using the following setup which generates more than 3000 rps. Requirement is to test with up to 4k rps.

The setup that I am using is:

setUp(scn.inject(constantUsersPerSec(8) during(10 minutes)).protocols(httpConf)).throttle(
  reachRps(1000) in (20 seconds),
  holdFor(5 minute),
  jumpToRps(2000),
  holdFor(5 minute)
)

The error that I am getting is the following:

17:18:15.603 [gatling-http-thread-1-1] WARN  i.gatling.http.ahc.ResponseProcessor - Request 'Home' failed: j.n.ConnectException: handshake timed out

But Gatling seems to fail, above 1000 rps. Is there a way we can do that?

Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
  • I'm not sure but "_handshake timed out_" seemed to mean that your server-side can't handle this flood of incoming HTTP*S* connections and thus client starts to fail with timeouts – SergGr Apr 30 '17 at 05:07
  • @SergGr But tried it with Stormrunner and it works. – Pritam Banerjee Apr 30 '17 at 05:16

0 Answers0