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.
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
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
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
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4093