Groups
Groups
Sign in
Groups
Groups
jmeter-plugins
Conversations
About
Send feedback
Help
how to get percentile 95 response time in Synthesis Report
280 views
Skip to first unread message
Kiran Raju
unread,
Sep 20, 2021, 4:15:30 AM
9/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmeter-plugins
How i can get the p95 RT in Synthesis Report
DT
unread,
Sep 20, 2021, 8:34:13 AM
9/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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:
Configuring JMeter
Aggregate Report and Aggregate Graph - configuration
Apache JMeter Properties Customization Guide
Kiran Raju
unread,
Sep 21, 2021, 6:09:08 AM
9/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmeter-plugins
Thanks it worked
Reply all
Reply to author
Forward
0 new messages