Reporting - aggregation windows used in response time percentiles over time

On “response time percentiles over time”, set to “All”, you get quantile figures shown as a stacked line chart. That means the figures must be based on windows.

I need to understand the possible smoothing effects of these windows, e.g. length, overlapping.

I have checked the documentation on gattling.io, and verified that the aggregation happens in scala, not the highcharts output.

Thank you.

Those reports are static files, so dots are computed once and for all. Highcharts smoothing is disabled.

bucket width = max(1 sec, run duration / number of dots per line as configured in gatling.conf)