Can I get stats for each stage?

Is it possible to get stats per stage like the number of successful requests and average duration?

If I run a test with 25 stages that ramp up the users incrementally and I get a bunch of errors I have no idea in what stage the errors occurred. I would like to know at what point does my app start to have issues.

1 Like

Unfortunately this can’t be done yet, sorry… :disappointed: For a few stages, using different scenarios with subsequent startTime values might be feasible, but for 25 stages it’d be very annoying to set up… We plan to implement this feature eventually, but I can’t give any estimates exactly when that would happen. Follow Tag metrics from different stages · Issue #796 · grafana/k6 · GitHub and Improve execution information in scripts · Issue #1320 · grafana/k6 · GitHub for updates.

Thanks for the response! I’ll watch those those two github issues.