You might want to try running monitory server thread group as a sub-group of a test case(thread group). In this way, the monitor server will stop as soon as the test case ends.
Thanks, Fazal On Tue, Jan 18, 2011 at 8:57 AM, danimni <[email protected]> wrote: > > Hi ALL, > I am running two thread groups: > 1. The test plan thread group. > 2. The monitor server thread group. > > I am not sure how long the test plan will take, so I can't set the the > monitor server thread time, but I would like it to stop as the test plan > thread stops. > I tried to stop the monitor server thread with a 'While controller' (with a > flag variable set from the test plan thread. It didn't work for me. > > Is there a way to tell the second thread group to stop when the first group > stops? > Any ideas? > > Thanks! :) > Dan. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Thread-group-dependencies-tp3346281p3346281.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] > >

