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.