Understanding the Gatling Report
Learn how to analyze a Gatling report.
In the previous lesson, we learned how to run the Gatling test script. In this lesson, we will understand the generated Gatling report.
The last line of the execution console output shows the HTML report path.
Global Information
This chart shows how response times are distributed among standard ranges. The right panel shows the number of OK/KO requests.
The top panel shows some standard statistics such as min, max, average, standard deviation, and percentiles globally and per request.
Request indicators range, and percentiles can be overridden using the following properties:
gatling.core.charting.indicators.lowerBound = 200
gatling.core.charting.indicators.higherBound = 800
gatling.core.charting.indicators.percentile1 = 50
gatling.core.charting.indicators.percentile2 = 75
gatling.core.charting.indicators.percentile3 = 90
gatling.core.charting.indicators.percentile4 = 95
Individual HTTP request information can be viewed by clicking on the “Details” tab.
Response time against Global RPS
This chart is only available when looking at the details for an individual request/group.
Active Users along with the Simulation
This chart displays the active users during the simulation: total and per scenario.
“Active users” are neither “concurrent users” nor “users arrival rate”. It is a kind of mixed metric that serves for both open and closed workload models that represent “users who were active on the system under load at a given second”.
It’s computed as:
...