RE: [Gatling List] Re: Distributed load testing with Gatling, is

it possible???
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary="----=_Part_106_33147963.1371766470540"

------=_Part_106_33147963.1371766470540
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

No examples or tutorial, sorry. The ability to combine simulation logs
when reporting is part of Gatling. The tooling we built for packaging
load tests for running on multiple hosts and orchestrating those runs
isn't suitable for open-sourcing, but really all you need to do is scp
some files to multiple test runner machines, ssh to each in parallel to
run the simulation, and when every test has finished, scp the
simulation.log from each back to the machine orchestrating the test to
generate the report.
There is a brief section in the online docs about this:
https://github.com/excilys/gatling/wiki/Scaling-out - basically, we
followed that suggestion with success.

Yes I saw the scaling out section, thanks a lot for your help. i will try that. i was hoping for something a bit more automated withing gatling but that would work.
They talk about having built in clustering support is planned for 2013 at https://groups.google.com/forum/#!topic/gatling/PJbJxqfbTyc
but I am not sure if it was ever implemented