Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph
Summary: Report / Dashboard : Add a new "Response Time Overview" graph
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 22:25 UTC by Philippe Mouawad
Modified: 2016-09-02 20:55 UTC (History)
1 user (show)



Attachments
Screenshot showing the graph (118.12 KB, image/png)
2016-09-01 22:25 UTC, Philippe Mouawad
Details
Screenshot showing graph (108.69 KB, image/png)
2016-09-01 22:35 UTC, Philippe Mouawad
Details
Screenshot showing the feature and tooltip (122.56 KB, image/png)
2016-09-02 20:55 UTC, Philippe Mouawad
Details

Note You need to log in before you can comment on or make changes to this bug.
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