All I did was put four IF controllers with a random number sampler:

RandomNumberSampler (N)
-IFJob1 (if N < 10)
-IFJob2 (if N >= 10 && N < 40)
-IFJob3 (if N >= 40 && N < 90)
-IFJob4 (if N > 90)

In this way I get the distributed load I require with a ratio of
10:30:50:10.

Hope that helps and sorry for the late reply.

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/How-can-I-make-scripts-mutually-exclusive-tp4551915p4584501.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