Gatling start calculating statistics from a specified point

Hi,

I’m using Gatling 2.1.1 for load testing a web app. This is the scenario -
A user performs some initial requests and waits (rendezVous) till all users reach that point. After this, it keeps repeating one request for a specified duration(This is the request I want to test).
I am ramping up the users and not injecting at once. So my graph looks like this -

Gatling shows a mean rps during the entire duration, but I want the mean rps starting only after the rendezVous point.
How do I achieve this?
Thanks,
Sachin.

Hi,

That’s not possible with Gatling OSS, but it’s possible with FrontLine (you can have the stats on any given time window).

BTW, you’re using a very old version and should upgrade.