I couldn't get it to work in the short amount time I had so I just set each one up separately. When I have some time, I'll look into this. So, if I set up a cookie man at the same level of the threads, it will keep track of each http request login? Also, I set up different threads so I could hit different pages for each user at random times to more simulate human behavior. It also allowed me to separate the responses by name and watch them as they hit the pages (view results tree). I'm sure there is a better way than mine but this worked for what we wanted at the time.
-----Original Message----- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 10:15 AM To: JMeter Users List Subject: RE: Jmeter vary by thread question Sounds like a lot of unnecessary work, since cookie managers will keep session ids by thread separate anyway, and you can usually parameterize a single test plan well enough to simulate different users doing different things, and there are random timers that will make delays vary as much as you like. -Mike On Tue, 2004-08-31 at 11:52, Michael Chandler wrote: > FYI - I set up 5 threads each with a cookie manager, http request > default, http authorization manager and several http requests for > different pages. The first http request logged on to our main page. The > cookie man kept track of the session/thread it was in. I made sure that > the box, 'Run each Thread Group separately ..', on the 'test plan' was > not checked. This allows all to kick off at once. It was like having 5 > users login and hit different pages. I put timers of different value in > between each page within each thread. Took a bit to set up but was very > well worth it. I can use the same test for any server by changing the > server and page designations. > > -----Original Message----- > From: Michael Stover [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 31, 2004 9:55 AM > To: JMeter Users List > Subject: Re: Jmeter vary by thread question > > Sounds like you just need different parameters per thread, in which case > there are several options. User Parameters, StringFromFile function, > HTTP User Parameters, ... > > -Mike > > On Tue, 2004-08-31 at 10:54, Benn Salter wrote: > > Hi, > > > > I am trying to set up a test where I run a thread group ten times at > once, > > but I need that group to use a different username/password within each > > individual thread (so the same user is not logged in 10 times at > once). > > Basically, I need something like a controller that chooses a different > test > > step with each thread. Is it possible to do this without copying the > thread > > group ten times and changing it manually? > > > > Thanks > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- 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]

