How do I limit the frequency of console output result?

The console result output is too often(seems every 5s).

How do I limit this frequency?

Looks like you’ll need to modify the Gatling source and build the tool yourself to achieve this:

https://github.com/gatling/gatling/blob/a3d2f4b44ac292931599a1b6c4cb72515d7a4e96/gatling-core/src/main/scala/io/gatling/core/stats/writer/ConsoleDataWriter.scala#L64

+1 should it be possible to have a official parameter to change the frequency ?
running gatling during 3 days generates 100G stdout file
thanks
Guillaume

The possibility to override this default would be very helpful!