When I use the aggregate_rpt_pct1 property to set a custom percentile (for example aggregate_rpt_pct1=50), the main statistics table on the dashboard picks it up, however the Charts -> Response Time Percentiles Over Time (successful responses) graph does not change. I also tried using jmeter.reportgenerator.graph.responseTimePercentilesOverTime.aggregate_rpt_pct1=50 in the user.properties. It does not give me an error, but it doesn't change the graph either.
pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new cfb2bd9 Fix Bug 64059 - Response Time Percentiles Over Time, unable to change the percentiles https://bz.apache.org/bugzilla/show_bug.cgi?id=64059 cfb2bd9 is described below commit cfb2bd92acf19123ae8a0de32ca60a46f5a85043 Author: pmouawad <p.mouawad@ubik-ingenierie.com> AuthorDate: Sat Feb 15 12:17:03 2020 +0100 Fix Bug 64059 - Response Time Percentiles Over Time, unable to change the percentiles https://bz.apache.org/bugzilla/show_bug.cgi?id=64059 --- .../impl/ResponseTimePercentilesOverTimeGraphConsumer.java | 12 +++++++++--- xdocs/changes.xml | 1 + 2 files changed, 10 insertions(+), 3 deletions(-)
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5221