Creating a custom report

Users can create custom reports based on Gatling’s simulation log

Use this report to gain additional insights, or to create a report of a distributed run with multiple simulation runs.

See Reports for Keycloak Benchmark for more information on how to access information from a Gatling run.

Preparing the report

To generate a custom report from a previous Gatling run, use the generate-custom-report.sh based on gatling-report project.

To create a report from a distributed run with multiple simulation logs, combine the different to a single file first, then run the report.

Custom report with a custom template
./generate-custom-report.sh -s "simulation.log" -d target

Opening the report

  1. Go to the target folder and open the file index.html in the browser.

Example of a custom report

report header

Further reading