How to understand ok/ko in the global information

Hello,

After running a scenario I had only one request in error (TimeoutException).

`

I forgot to specify the version of Gatling: 2.2.2

min response time 5 (OK=5 KO=60007 )

…my reading of that is that the minimum response time of all the requests that KO’d (ie just the one timeout in your case)… was 60,007 milliseconds. ie 1 minute

Conversely the minimum response time for all requests that OK’d was 5 milliseconds

Hi Greg,

You were right, it was too obvious :wink:

Thanks for your answer.

Best regards,
Maxime