fixed filename

Hi,

is there any way to specify the output filr name from the command line?

I.E. gatling.sh -out test

I don't qant to use the timestamped filenames...

Hi,

That’s directory that contains a timestamp, not the filename (always simulation.log).

-rf: https://github.com/excilys/gatling/wiki/Configuration#cli-options

Thank you!

You're right, but the folder containing files have time stamped name: is it pobbible to change that name with a parameter on the command line?

No.

That’s not a timestamp but a random id.

File names are generated from the request names, but special characters have to be stripped because they’re not allowed in file names, depending on the OS, hence possible collisions where different request names would generate the same file name.

We’ve had the issue in the past, and the solution we came out with was this additional random id.

Ok, thank you: i’ll rename the folder with a script.