Bug 60090 - Report / Dashboard : Empty Transaction Controller should not count in metrics
Summary: Report / Dashboard : Empty Transaction Controller should not count in metrics
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-06 14:19 UTC by UbikLoadPack support
Modified: 2016-09-23 14:10 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2016-09-06 14:19:50 UTC
If you create a Transaction Controller which has 0 samplers, ie Response message will contain "Number of samples in transaction : 0" (for example if it contains Throughput Controller of If Controller), the metrics of this Transaction Controller must not be aggregated or taken into account as they abnormally positively impact the metrics.
Comment 1 Philippe Mouawad 2016-09-06 15:59:10 UTC
Author: pmouawad
Date: Tue Sep  6 15:58:19 2016
New Revision: 1759452

URL: http://svn.apache.org/viewvc?rev=1759452&view=rev
Log:
[Bug 60090] New: Report / Dashboard : Empty Transaction Controller should not count in metrics
Bugzilla Id: 60090

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/AbstractGraphConsumer.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/ConnectTimeValueSelector.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/CountValueSelector.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/ElapsedTimeValueSelector.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/GraphValueSelector.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/LatencyValueSelector.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/ActiveThreadsGraphConsumer.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/BytesThroughputGraphConsumer.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2016-09-10 07:57:21 UTC
Author: pmouawad
Date: Sat Sep 10 07:56:38 2016
New Revision: 1760131

URL: http://svn.apache.org/viewvc?rev=1760131&view=rev
Log:
Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics
Bugzilla Id: 60090

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/ApdexSummaryConsumer.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/StatisticsSummaryConsumer.java
Comment 3 Philippe Mouawad 2016-09-23 14:10:47 UTC
Author: pmouawad
Date: Fri Sep 23 14:07:57 2016
New Revision: 1762063

URL: http://svn.apache.org/viewvc?rev=1762063&view=rev
Log:
Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics
Bugzilla Id: 60090

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