On 05/10/2009, Adrian Speteanu <asp.ad...@gmail.com> wrote:
> Hi guys,
>  Consider these test plans (jmeter 2.3.4):
>
>  1.
>  thread group
>   - config elements
>   - random order controller
>    |- controllers, samplers
>  - TIMER
>  - listener
>
>  or
>
>  2.
>  thread group
>   - config elements
>   - random order controller
>    |- controllers, samplers
>    |- TIMER
>   - listener
>
>  For both of these situations the time-out should be executed for each and
>  every request in the test plan?

Before each sampler which is in scope.

>  Then, this should apply if TIMER is the constant throughput timer (based on
>  all active threads).
>  What happens if there would be more than one constant throughput timer (as
>  child to several samplers)?
>  Is there any difference between the above TP-s (using a CT Timer) and the
>  one bellow?
>
>  3.
>  thread group
>   - configs
>   - controller
>    \- several samplers
>      -> CTtimer
>    \- controller
>      -> several samplers
>          |- CT timer
>    \- controller
>      -> samplers
>      -> CT timer
>  (all CT timers are based on all active threads and have same value).
>
>  I assume there isn't any, but ran into a weird throughput during a test
>  (double than the value of the CT timer), so i needed to make sure...

The best way to experiment is to use the Java Request Sampler as it
does not require an external server.

>  Thanks.
>

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