Translating the gatling performance test's report

Hi Everyone,

I’m currently running some tests using gatling and am trying to figure out some of the requests which are failing.

ERRORS

Error | Count | Percentage |

  • | - | - |
    j.n.UnknownHostException: | 70858 | 43.972 % |
    i.g.h.c.i.RequestTimeoutException: Request timeout after 60000 ms | 70402 | 43.689 % |
    i.n.c.ChannelException: Failed to open a socket. | 19638 | 12.187 % |
    status.find.is(200), but actually found 504 | 73 | 0.045 % |
    i.g.h.c.i.RequestTimeoutException: Request timeout to /35.157.219.44:443 after 60000 ms | 72 | 0.045 % |
    i.g.h.c.i.RequestTimeoutException: Request timeout to /18.185.73.50:443 after 60000 ms | 50 | 0.031 % |
    j.n.UnknownHostException:: nodename nor servname provided, or not known | 24 | 0.015 % |
    status.find.is(200), but actually found 500 | 18 | 0.011 % |
    status.find.is(200), but actually found 401 | 9 | 0.006 % |

The cases where I’m getting confused in translating the results are the RequestTimeoutException, ChannelException and UnknownHostException.

Any pointers that can help me confirm whether the issues are due to the local machine generating the load or the servers?

Thanks,
Ish