Bug 60109 - Summariser : Make it ignore TC generated SampleResult in its summary computations
Summary: Summariser : Make it ignore TC generated SampleResult in its summary computat...
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:
: 61139 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-10 12:58 UTC by Philippe Mouawad
Modified: 2017-05-31 07:54 UTC (History)
2 users (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 12:58:52 UTC
Currently Summariser uses TC generated SampleResult in its summary computations which can lead to :
- Higher throughput number due to TC being taken into account. When nesting is high this increases importantly the numbers
- Average response time/ Min and Max are also impacted. So you can from summary detect a deviation in response time if you have a TC that contains every other Samplers.
- Error rate is also impacted being more negative 

I suggest adding a new property "summariser.ignore_transaction_controller_samplers" which defaults to true (mention the change in release notes). Users can set it to false to revert to previous behaviour.
Comment 1 Philippe Mouawad 2016-09-11 20:09:22 UTC
Author: pmouawad
Date: Sun Sep 11 20:08:53 2016
New Revision: 1760277

URL: http://svn.apache.org/viewvc?rev=1760277&view=rev
Log:
Bug 60109 - Summariser : Make it ignore TC generated SampleResult in its summary computations
Bugzilla Id: 60109

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/core/org/apache/jmeter/reporters/Summariser.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml
Comment 2 Philippe Mouawad 2017-05-31 07:54:38 UTC
*** Bug 61139 has been marked as a duplicate of this bug. ***
Comment 3 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4103