Difference between Request Per Second vs Iteration per second?

I want to known result of each requests RPS and Iteration instead of all scenario result total.

The most proper way of doing this is using some metrics storage and outputting k6 there for the later investigation.

For the default k6’s output, it’s not possible without workarounds. There are a bunch of similar topics we have on this forum that basically answers how to implement them:

Let me know if that answers,
Cheers!