Bug 60079

Summary: Report / Dashboard : Add a new "Response Time Overview" graph
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
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: Screenshot showing the graph
Screenshot showing graph
Screenshot showing the feature and tooltip

Description Philippe Mouawad 2016-09-01 22:25:44 UTC
Created attachment 34191 [details]
Screenshot showing the graph

This report will show:
- Number of requests having response time <= APDEX Satisfied threshold
- Number of requests having response time > APDEX Satisfied threshold and <= APDEX Tolerated threshold
- Number of requests having response time > APDEX Tolerated threshold
- Number of failed requests

Note that the 2 threshold can be modified.
Apdex values are used by default.
Comment 1 Philippe Mouawad 2016-09-01 22:28:31 UTC
Author: pmouawad
Date: Thu Sep  1 22:28:08 2016
New Revision: 1758867

URL: http://svn.apache.org/viewvc?rev=1758867&view=rev
Log:
Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph
Bugzilla Id: 60079

Added:
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/SyntheticResponseTimeDistributionGraphConsumer.java   (with props)
Modified:
    jmeter/trunk/bin/report-template/content/js/graph.js.fmkr
    jmeter/trunk/bin/report-template/content/pages/ResponseTimes.html.fmkr
    jmeter/trunk/bin/reportgenerator.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2016-09-01 22:31:44 UTC
Author: pmouawad
Date: Thu Sep  1 22:31:13 2016
New Revision: 1758869

URL: http://svn.apache.org/viewvc?rev=1758869&view=rev
Log:
Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph
Fix test failure
Bugzilla Id: 60079

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
Comment 3 Philippe Mouawad 2016-09-01 22:35:56 UTC
Created attachment 34192 [details]
Screenshot showing graph
Comment 4 Philippe Mouawad 2016-09-02 20:54:21 UTC
Author: pmouawad
Date: Fri Sep  2 20:53:14 2016
New Revision: 1759037

URL: http://svn.apache.org/viewvc?rev=1759037&view=rev
Log:
Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph
Center Bars and make them thinner
Bugzilla Id: 60079

Modified:
    jmeter/trunk/bin/report-template/content/js/graph.js.fmkr
Comment 5 Philippe Mouawad 2016-09-02 20:55:51 UTC
Created attachment 34194 [details]
Screenshot showing the feature and tooltip
Comment 6 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4085