Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name
Summary: Report / Dashboard : Add ability to customize APDEX thresholds per Transactio...
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-10 13:30 UTC by Philippe Mouawad
Modified: 2017-03-28 19:02 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2016-09-10 13:30:42 UTC
A new property would be introduced :

jmeter.reportgenerator.apdex_per_transaction=\
         sample1\:<satisfied>|tolerated\
         sample2\:<satisfied>|tolerated

Pipe separator between satisfied and tolerated values


By default if not override is found, apdex_satisfied_threshold and apdex_tolerated_threshold are used
Comment 2 Philippe Mouawad 2017-03-28 18:49:35 UTC
PR:

- https://github.com/apache/jmeter/pull/287
Comment 3 Philippe Mouawad 2017-03-28 19:02:13 UTC
Author: pmouawad
Date: Tue Mar 28 18:59:34 2017
New Revision: 1789193

URL: http://svn.apache.org/viewvc?rev=1789193&view=rev
Log:
Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name
Contributed by Stephane Leplus
This closes #287
Bugzilla Id: 60112

Added:
    jmeter/trunk/test/resources/reportgenerator_test.properties   (with props)
    jmeter/trunk/test/src/org/apache/jmeter/report/dashboard/
    jmeter/trunk/test/src/org/apache/jmeter/report/dashboard/ApdexPerTransactionTest.java   (with props)
Modified:
    jmeter/trunk/bin/reportgenerator.properties
    jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java
    jmeter/trunk/src/core/org/apache/jmeter/report/dashboard/ReportGenerator.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
Comment 4 Philippe Mouawad 2017-03-28 19:02:37 UTC
Thanks for your contribution Stephane !
Comment 5 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4105