Skip to content

Reports

Stephane Landelle edited this page May 4, 2012 · 7 revisions

Global charts

The global menu displays consolidated statistics.

Active sessions over time #

ActiveSessions

This chart displays the active users along the simulation : total and per scenario.

Total requests per second over time #

RequestsPerSecond

This chart displays the number of requests per second over time : total, successes and failures.

Total transactions per second over time #

TransactionsPerSecond

This chart displays the number of response received per second over time : total, successes and failures.

Details charts

The details menu displays statistics per request.

Indicators #

DetailsIndicators

This chart shows response time are distributed among standard ranges.

Note: these ranges can be configured in the gatling.conf file.

The right panel shows some standard statistics such as min, max, average and standard deviation. The percentiles stats show the range around the average where 95% of the response times are located.

Response Time over time #

ResponseTimeOverTime

The response time is the duration between the beginning of the request emission and the end of the response reception. This chart shows the response time distribution over time for the given request.

Latency over time #

LatencyOverTime

The latency is the duration between the end of the request emission and the beginning of the response reception. This chart shows the latency distribution over time for the given request.

Response Time over load #

ResponseTimeOverLoad

This chart shows how the response time for the given request is distributed, depending on the total load of the application at the same time.

Clone this wiki locally