I’m using gatling 2.2.3 and I simulate the following activity:
AtOnceInjection(1),
NothingForInjection(5 minutes),
RampInjection(10, 60 seconds),
NothingForInjection(5 minutes),
RampInjection(10, 60 seconds),
NothingForInjection(5 minutes),
RampInjection(10, 60 seconds),
NothingForInjection(5 minutes),
RampInjection(10, 60 seconds),
NothingForInjection(5 minutes),
RampInjection(10, 60 seconds)
When I look at the gatling reporting, I suspect a problem.
The representation of the active users and the request seem not to be coherent.
For me, the active users line must follow the request line. Am I wrong ??
You will find the simulation.log file and a screenshot of the report in attached file.
Thanks for you help.
simulation.log (2.1 MB)