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?

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

Thanks.

Reply via email to