Use multiple scenarios and split users in ratio

Hi,

I have a use case to run a simulation with multiple scenarios. Say scenario#1 and scenario#2.

I have a hard requirement to run the simulation at say 1000 requests per second, out of which scenario#1 should run with 800rps and #2 with 200rps.

How’s this possible in gatling?

Thanks in advance!

Hi Preetam,

First you need come up with workload model to achieve required throughput in gatling either in Open ended or closed workload model.

https://gatling.io/2018/10/04/gatling-3-closed-workload-model-support/

Once you have workload model ready then go the below link for setting up scenario in gatling to achieve the required KPI.

https://gatling.io/docs/3.1/general/simulation_setup/