I have put my simulation here :
user-files/simulations/read-main-10-UV/read-
main-10UV_scenario@default_scala.scala
So I user the option : -ro read-main-10-UV
I want my result here :
results/read-main-10-UV/
So I user the option : -rf read-main-10-UV
./gatling.sh -ro read-main-10-UV -rf read-main-10-UV
GATLING_HOME already set to: /web/gatling
ro means “reports-only”. It’s used for bypassing the simulation and directly generate the reports from an existing simulation.log.
For example, you can use it if you’ve killed Gatling while it was still running, but you want to generate the reports from the partial results.
It will be possible in the next 1.1.0 that will be released mid-march.
This functionality is actually already developed and pushed in the master, you’ll have to use the “-s” (simulations) options.
Just be aware that we’re changing quite a few things on the CLI in 1.1 and those changes are not documented yet. For example, we’ll drop the txt format support.