I have 3 thread groups defined they consist of:
Caching: to ensure the server is properly setup for Test
Monitor: to monitor the health of apache, which should run as long as Test
is running
Test: Test thread group

What I have are 2 variables defined:
 PreCache = 1
 RunTest = 0
I have it setup using an If Controller so that the pre-cache is only
executed when PreCache=1
When PreCache is finished I want it to set PreCache=0 and set RunTest=1
When Test is done I want it to set RunTest=0  so that the Monitor thread is
stopped automatically.

Basically this all depends upon setting a variable when a Thread Group
finishes executing, which I'm unsure how to do, or even if there is a better
way to do this, as this seems imperfect, but I did not see a better way
within the Jmeter framework to do this.

Thanks,
ERIC



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Setting-a-varaiable-on-a-thread-group-stopping-tp4376764p4376764.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

Reply via email to