Injection parameter to simulate access to website

Hi,

I have discover Gatling last week. I misunderstand Simulation Model and parameter Injection.

I tested many arguments from simulation setup documentation.

I want to simulate 10 000 users (during few minutes to allow time for scalling) coming to my public website (on Google Cloud Platform).

Its not 10000 active users.

Open or close model is the most suitable for my requirements ?

  • Closed systems, where you control the concurrent number of users
  • Open systems, where you control the arrival rate of users

I do not control the concurrent number of users nor the arrival rate of users.

Regards,
Antharis

If your application has a mechanism to push concurrent users excess into a queue (such as what you can see in gaming or ticketing, eg “The system is at full capacity, please wait N minutes”), it’s a closed system. Hint: it’s most likely hasn’t.
Otherwise it’s an open one.

Hi Stéphane,

Thanks for the tip !

I will test rampUsers and rampUsersPerSec. I don’t know which is most suitable for my requirement.

Regards,
Antharis