On 24/01/2009, uzfarid <faridshari...@yahoo.com> wrote:
>
>  Hi,
>
>  I was wondering if think times affect average response times in JMeter?
>
>  I know for example in loadrunner we define transaction beginning and end.
>
>  Start Transaction a
>  {
>   some actions
>   think time(10);
>  }
>  end transaction a.
>
>  in this case in load runner 10 second is added to the response time. So real
>  response time would be final response time - 10. Ofcourse best way is to put
>  think time outsite start and end tags.
>
>  How it works in Jmeter??
>

Individual sample elapsed times don't include timers.

Transaction samples generated by the sampler will include timers.

>  Thanks
>
> --
>  View this message in context: 
> http://www.nabble.com/does-think-time-affect-response-time--tp21644237p21644237.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
>
>

---------------------------------------------------------------------
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