You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by bpramod <pr...@gmail.com> on 2009/12/26 14:30:23 UTC

Total time mismatch between sample & httpsample

Hi,

I am having this problem of the sum mismatch between sample & httpsample.
For example, in the below snippet, I would expect total sum of t's in
httpSample nearly equal to sample's t. But in my case, it differs by a huge
margin. Can somebody please help me in analyzing this issue?

<sample t="35610" lt="0" ts="1260892415434" s="true" lb="Shopping Cycle"
rc="200
" rm="Number of samples in transaction : 6, number of failing samples : 0"
tn="T
hread Group 1-9" dt="" by="163111">
  <httpSample t="234" lt="158" ts="1260892420437" s="true"
lb="/crane/home.view"
 rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="73727"/>
  <httpSample t="8" lt="8" ts="1260892425677" s="true"
lb="/crane/airportLookup.
action" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="25"/>
  <httpSample t="8" lt="8" ts="1260892430687" s="true"
lb="/crane/airportLookup.
action" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="27"/>
  <httpSample t="4126" lt="4126" ts="1260892435697" s="true"
lb="/crane/flightSe
arch.action" rc="200" rm="OK" tn="Thread Group 1-9" dt="" by="38"/>
  <httpSample t="171" lt="96" ts="1260892444827" s="true"
lb="/crane/select.view
" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="76016"/>
  <httpSample t="37" lt="36" ts="1260892451007" s="true"
lb="/crane/flightsList.
action" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="13278">
    <assertionResult>
      <name>Response Assertion</name>
      <failure>false</failure>
      <error>false</error>
    </assertionResult>
  </httpSample>
</sample>

Regards,
Pramod
-- 
View this message in context: http://old.nabble.com/Total-time-mismatch-between-sample---httpsample-tp26927142p26927142.html
Sent from the JMeter - User mailing list archive at Nabble.com.


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


Re: Total time mismatch between sample & httpsample

Posted by sebb <se...@gmail.com>.
On 26/12/2009, bpramod <pr...@gmail.com> wrote:
>
>  Hi,
>
>  I am having this problem of the sum mismatch between sample & httpsample.

I assume the "sample" is a Transaction Controller.

Note that this includes any timers or other delays between samples.

>  For example, in the below snippet, I would expect total sum of t's in
>  httpSample nearly equal to sample's t. But in my case, it differs by a huge
>  margin. Can somebody please help me in analyzing this issue?
>
>  <sample t="35610" lt="0" ts="1260892415434" s="true" lb="Shopping Cycle"
>  rc="200
>  " rm="Number of samples in transaction : 6, number of failing samples : 0"
>  tn="T
>  hread Group 1-9" dt="" by="163111">
>   <httpSample t="234" lt="158" ts="1260892420437" s="true"
>  lb="/crane/home.view"
>   rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="73727"/>
>   <httpSample t="8" lt="8" ts="1260892425677" s="true"
>  lb="/crane/airportLookup.
>  action" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="25"/>
>   <httpSample t="8" lt="8" ts="1260892430687" s="true"
>  lb="/crane/airportLookup.
>  action" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="27"/>
>   <httpSample t="4126" lt="4126" ts="1260892435697" s="true"
>  lb="/crane/flightSe
>  arch.action" rc="200" rm="OK" tn="Thread Group 1-9" dt="" by="38"/>
>   <httpSample t="171" lt="96" ts="1260892444827" s="true"
>  lb="/crane/select.view
>  " rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="76016"/>
>   <httpSample t="37" lt="36" ts="1260892451007" s="true"
>  lb="/crane/flightsList.
>  action" rc="200" rm="OK" tn="Thread Group 1-9" dt="text" by="13278">
>     <assertionResult>
>       <name>Response Assertion</name>
>       <failure>false</failure>
>       <error>false</error>
>     </assertionResult>
>   </httpSample>
>  </sample>
>
>  Regards,
>  Pramod
>
> --
>  View this message in context: http://old.nabble.com/Total-time-mismatch-between-sample---httpsample-tp26927142p26927142.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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