Number of Active Users

Hi Team,

I am wondering how gatling HTML report generate “Number of Active Users” for simulation. I have configured Vusers and total time duration as below

setUp(
scn.inject(
constantUsersPerSec(20) during (5 minutes)
).protocols(httpConf)
)

but when HTML report generated from simulation i am getting number of active users around 100. below is the snap?

would like to understand how the “All Users” are getting calculated and charted

Requirement: My Requirement is to display chart of 20 users “as configured in test” for duration.

Hi All,

can someone help me here, please?

https://gatling.io/docs/current/general/reports/#active-users-over-time

Hi Stephane

Thanks for replying. I have gone through this document but, if you look at my case i have configured only 20 threads but it shows around 100 active users in graph. How is that happening.