I have a test plan with two thread groups. Each thread group has an HTTP sampler and each HTTP sampler has a constant throughput timer (CTP). Each thread group has 5 threads. If I set the test duration in each thread group to 10 seconds and set CTP to 60 (1 request per second) then the test ends after 10 seconds as expected.
However, if I set the CTP to 1 (1 request per minute) then the test does not end after 10 seconds. It runs for a long time. This is a simplified version of what I'm actually trying to accomplish. My real test plan has 120 thread groups. Each thread group has a different required throughput and some needs many requests per minute and some just need 1. I suspect the threads are being delayed to achieve the required throughput, however, I think that when the test is completed based on the test duration value, then all threads should shutdown no matter what state they are in. -- View this message in context: http://jmeter.512774.n5.nabble.com/Constant-Throughput-Timer-and-test-duration-conflict-tp5533559p5533559.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
