Hello!
Please, clarify if it’s possible to show output statistics which is grouped by http status codes for each request (200 OK, 40* errors, 50* errors) and how ?
For example:
I have a load test for one specific method which is grouped by group function.
I need to see how many requests for the method were executed correctly (200 OK) and how many errors produced - what type (40*, 50* ) if they were occured.
█ Events
✓ status is 200 OK
✓ content-type is application/json
GetEvents..................: avg=6640.0475 min=6624.679 med=6643.218 max=6647.889 p(90)=6646.6551 p(95)=6647.27205
checks.....................: 100.00% ✓ 20 ✗ 0
data_received..............: 97 kB 1.6 kB/s
data_sent..................: 10 kB 173 B/s
errors.....................: 0.00% ✓ 0 ✗ 10
group_duration.............: avg=7.14s min=7.13s med=7.15s max=7.15s p(90)=7.15s p(95)=7.15s
http_req_blocked...........: avg=494.26ms min=491.84ms med=494.62ms max=496.55ms p(90)=496.21ms p(95)=496.38ms
http_req_connecting........: avg=45.31ms min=40.64ms med=47.47ms max=48ms p(90)=47.95ms p(95)=47.97ms
http_req_duration..........: avg=6.64s min=6.62s med=6.64s max=6.64s p(90)=6.64s p(95)=6.64s
http_req_receiving.........: avg=10.95ms min=1.62ms med=5.85ms max=23.74ms p(90)=23.16ms p(95)=23.45ms
http_req_sending...........: avg=1.45ms min=220µs med=312µs max=3.24ms p(90)=3.22ms p(95)=3.23ms
http_req_tls_handshaking...: avg=356.47ms min=350.72ms med=356.17ms max=363.35ms p(90)=363.32ms p(95)=363.33ms
http_req_waiting...........: avg=6.62s min=6.61s med=6.62s max=6.64s p(90)=6.64s p(95)=6.64s
http_reqs..................: 10 0.166391/s
iteration_duration.........: avg=7.14s min=7.13s med=7.15s max=7.15s p(90)=7.15s p(95)=7.15s
iterations.................: 10 0.166391/s
vus........................: 10 min=10 max=10
vus_max....................: 10 min=10 max=10