We have a JMeter requirment to get the 95% line. JMeter by default displays only the 90% line. Is there a way I can get the 95% value using external plugins or using some option in JMeter itself
Muthiah
We have a JMeter requirment to get the 95% line. JMeter by default displays only the 90% line. Is there a way I can get the 95% value using external plugins or using some option in JMeter itself
Muthiah
Jmeter itself does not have an option for this.
You could export the results to a spreadsheet and use a formula to extrapolate the 95% line yourself. I do this often to get weighted averages.
Write the results to an output file and import that file into excel then use PERCENTILE function to calculate your 95%. PERCENTILE(data,9.5)