Hi,
Gatling version 3.1.2.
I am running the same scritps (configuration) in several Gatling instances and I have pointed these instances to an influxdb (gatling.conf).
I can see while the test is running that the number of requests changes if I start 1, 2 o more instances but the number of Active users don’t change (Grafana graph).
For example, 2 instances running:
setUp(
scn.inject(constantConcurrentUsers(100) during (600))
).protocols(httpProtocol)
Round time 40sec approx.
The number of Active users is around 100 during 10 minutes… Shouldn’t be ~200 active users concurrently?
Could somebody shed a bit of light on this?
Thx and regards!
Guti