Is it possible to merge gatling reports?

Hello everyone,

I’m relatively new to gatling and I am really impressed.

Let’s say I want to stress test a web service that’s running on a cluster of 5 nodes.

A single gatling simulation can’t put enough load on the cluster to stress all 5 instances.
So I start a 2nd instance of the simulation on another server.

When I’m done, is there a way to merge the 2 gatling reports into a single report?

Thanks!!!

Hi,

Absolutely, the procedure is described here: https://github.com/excilys/gatling/wiki/Scaling-out

Cheers,

Stéphane