how to get percentile 95 response time in Synthesis Report

171 views
Skip to first unread message

Kiran Raju

unread,
Sep 20, 2021, 4:15:30 AM9/20/21
to jmeter-plugins
How i can get the p95 RT in Synthesis Report

DT

unread,
Sep 20, 2021, 8:34:13 AM9/20/21
to jmeter-plugins
This is controllable via aggregate_rpt_pct1 JMeter property, if you add the next line to user.properties file:

aggregate_rpt_pct1=95

you will get the 95 percentile in the Synthesis Report.

You can also pass it via -J command-line argument when starting JMeter like:

jmeter -Jaggregate_rpt_pct1=95 -t test.jmx ....

More information:

Kiran Raju

unread,
Sep 21, 2021, 6:09:08 AM9/21/21
to jmeter-plugins
Thanks it worked 
Reply all
Reply to author
Forward
0 new messages