Number of scenarios per second

Hello!

I am using this method of injecting

setUp(scn.inject(
  constantUsersPerSec(5) during(5 minutes),
  constantUsersPerSec(10) during(5 minutes),
  constantUsersPerSec(20) during(5 minutes),
  constantUsersPerSec(30) during(5 minutes))

I want to know how much number of entire **scenario per second,** i want to know how to calculate it from Gatling reports.

Thanks.
Best Regards.

Hello again!

Can someone help me!

My purpose is to know how much users can support my server before a percentage level of CPU for example 80%, so I want to know how many users (max) per second i can inject.

what is the best way of injecting (simulation setup)