Bug 60091

Summary: Report / Dashboard : Have a new report containing min/max and percentiles graphs
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Response Time Percentiles Over Tim for All including TC
Response Time Percentiles Over Time without min/max including TC
Response Time Percentiles Over Time excluding TC
Response Time Percentiles Over Time without min/max excluding TC
Response Time Percentiles Over Time for All including TC
Response Time Percentiles Over Time (no min/max) including TC
Response Time Percentiles Over Time excluding TC
Response Time Percentiles Over Time (no min/max) excluding TC

Description UbikLoadPack support 2016-09-06 14:22:41 UTC
Currently Average response times are graphed.
It would be interesting to have a Graph that contains:
- Min response time
- Max response time
- Percentile 1 response time (90% by default)
- Percentile 2 response time (95% by default)
- Percentile 3 response time (99% by default)

These metrics are available in the Dashboard table, but the evolution is not visible accross the load test.
Comment 1 Philippe Mouawad 2016-09-06 18:48:24 UTC
Author: pmouawad
Date: Tue Sep  6 18:46:27 2016
New Revision: 1759482

URL: http://svn.apache.org/viewvc?rev=1759482&view=rev
Log:
Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs
Bugzilla Id: 60091

Added:
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/MaxAggregatorFactory.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/MinAggregatorFactory.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/SuccessfulElapsedTimeValueSelector.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ResponseTimePercentilesOverTimeGraphConsumer.java   (with props)
Modified:
    jmeter/trunk/bin/report-template/content/js/graph.js.fmkr
    jmeter/trunk/bin/report-template/content/pages/OverTime.html.fmkr
    jmeter/trunk/bin/reportgenerator.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
Comment 2 Philippe Mouawad 2016-09-06 19:25:04 UTC
Created attachment 34212 [details]
Response Time Percentiles Over Tim for All including TC
Comment 3 Philippe Mouawad 2016-09-06 19:27:38 UTC
Created attachment 34213 [details]
Response Time Percentiles Over Time without min/max including TC
Comment 4 Philippe Mouawad 2016-09-06 19:28:02 UTC
Created attachment 34214 [details]
Response Time Percentiles Over Time excluding TC
Comment 5 Philippe Mouawad 2016-09-06 19:28:26 UTC
Created attachment 34215 [details]
Response Time Percentiles Over Time without min/max excluding TC
Comment 6 Philippe Mouawad 2016-09-06 19:35:00 UTC
Created attachment 34216 [details]
Response Time Percentiles Over Time for All including TC
Comment 7 Philippe Mouawad 2016-09-06 19:35:35 UTC
Created attachment 34217 [details]
Response Time Percentiles Over Time (no min/max) including TC
Comment 8 Philippe Mouawad 2016-09-06 19:36:05 UTC
Created attachment 34218 [details]
Response Time Percentiles Over Time excluding TC
Comment 9 Philippe Mouawad 2016-09-06 19:36:27 UTC
Created attachment 34219 [details]
Response Time Percentiles Over Time (no min/max) excluding TC
Comment 10 Philippe Mouawad 2016-09-07 19:18:28 UTC
Author: pmouawad
Date: Wed Sep  7 19:16:07 2016
New Revision: 1759664

URL: http://svn.apache.org/viewvc?rev=1759664&view=rev
Log:
Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs
Fix percentiles computing
Bugzilla Id: 60091

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/PercentileAggregator.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/PercentileAggregatorFactory.java
Comment 11 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4094