I can confirm same behaviour in 
java -jar ApacheJMeter.jar -v
Copyright (c) 1998-2010 The Apache Software Foundation
Version 2.4 r961953

It would appear the parent sample is including RT from the constant
throughput timer used in the thread group based on 5 samples/min, as
demonstrated by total RT of 12120 ms:

<sample t="12120" lt="0" ts="1306976470726" s="true" lb="Dummy sample"
rc="200" rm="Number of samples in transaction : 1, number of failing samples
: 0" tn="concurrency 1-1000" dt="" by="270">
  <httpSample t="516" lt="516" ts="1306976470730" s="true" lb="/dummy"
rc="200" rm="OK" tn="concurrency 1-1000" dt="text" by="270"/>
</sample>

This is despite the child sample only being 516 ms.

The Transaction Controller has the following config:

<boolProp name="TransactionController.parent">true</boolProp>
<boolProp name="TransactionController.includeTimers">false</boolProp>

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Transaction-Controller-issue-tp4426293p4446904.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org


Reply via email to