unfortunately, the only way to have each client machine use a test plan is to start jmeter on several systems and then have a few people help you click "run" at the same time.
in the case where you really need each request to be different, due to caching, I would recommend turning off the cache to make testing easier. assuming there's a way to turn off the cache. peter On 12/13/05, Iago Toral Quiroga <[EMAIL PROTECTED]> wrote: > > El vie, 09-12-2005 a las 18:37, sebb escribió: > > > > > Not necessarily. You can use variables in the requests, and read the > > > > variables from a file using CSV Data Set. Each thread will get a > > > > different line from the file (unless it wraps round). > > > > > I tried it and works fine if I execute the test plan in a single > computer. > > Now, if I execute the plan in two computers I get repeated requests > again, like this: > > computer 1, thread 1: uses param1 from file > computer 1, thread 2: uses param2 from file > computer 2, thread 1: uses param1 from file (repeated) > computer 2, thread 2: uses param2 from file (repeated) > > As far as I've seen, Jmeter does not distribute the test plan, but > replicates it in all configured computers, so I guess the result is what > is expected. > > However, is there any way to get threads of different machines execute > diferent requests? > > Thanks in advance. > > -- > Abel Iago Toral Quiroga > Igalia http://www.igalia.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

