median vs mean

Hi,

looking for an easy way to get the overall median, in place of or in addition to the mean, response times for any one scenario/request?

I do see there there is tremendous detail built into the Gatling Details page. But, I have requests more than once now for a high level, brain dead stat, median.

thanks in advance!

Ryan

Hi,

Median is the 50th percentile.
You can set computed percentiles in gatling.conf (beware of uncommenting/removing the #), or with a System property whose name matches the name in gatling.conf (here, gatling.charting.indicators.percentile1, I’ll let you figure out the naming convention).

Cheers,

Stéphane

Thanks Stéphane!

I will try that out.

Ryan