Bug 64059 - Response Time Percentiles Over Time, unable to change the percentiles
Summary: Response Time Percentiles Over Time, unable to change the percentiles
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2.1
Hardware: Macintosh All
: P2 normal (vote)
Target Milestone: JMETER_5.3.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2020-01-08 00:35 UTC by rahul
Modified: 2020-02-15 11:17 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rahul 2020-01-08 00:35:34 UTC
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.
Comment 1 Philippe Mouawad 2020-02-15 11:17:43 UTC
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(-)
Comment 2 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5221