Or, you could use the Throughput Controller, which is made to do exactly this sort of thing, though it's a little bit complicated to use. See the docs at:
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Throughput_Controller -Mike On Mon, 2005-05-09 at 11:40 +0100, sebb wrote: > If the only difference between the URLs is the parameter, the easiest > is probably to pre-generate a file containing a suitable mix of > values, and read them in using StringFromFile or CSVRead. > > Or you could use the Switch Controller or 3 If Controllers. > > The Switch Controller needs a number between 0 and 2. Can generate > this using the JavaScript or BeanShell functions. (Generate random > number and set it to 0,1,2 depending on the range) > > The If Controller needs a JavaScript condition. This could check the > range of a previously generated random number. > > Equally, the numbers required by the Switch or If Controllers could be > read from a file. > > S. > On 5/9/05, Dave McGuinness <[EMAIL PROTECTED]> wrote: > > Hi guys, > > > > Quite new to JMeter. I have managed to set it up to use 3 thread > > groups to call the same URL with three different parameters, > > "config1", "config2" and "config3". The users are split 25-20-15 > > between the interactions and therefore at any given time a fixed > > amount of users is executing (or queuing for) each transaction. What > > I would like to do is to use just one thread group with 60 threads and > > have proabilities of 25-20-15 that it would call each of the three > > transactions (or some other equivalent way of doing this), > > > > Any help really appreciated, > > Thanks a lot, > > Dave > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

