You need to use the Modification Manager, and you'd need to write an implementation of Modifier.java (org.apache.jmeter.config). It should be very simple to do, you can use AnchorModifier as a guide (org.apache.jmeter.protocol.http.modifier). Your class will also need to implement JMeterComponentModel, and you'll need to write a GUI class for it (where the user inputs all those usernames you want to simulate).
-Mike > -----Original Message----- > From: Gustav Bostrom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 6:28 AM > To: JMeter-mailing-list (E-mail) > Subject: Simulating multiple DIFFERENT (different login) clients > > > Hi! > > I would like to simulate HTTP-load from say, 10 different users. > With different meaning that each thread should have it's own user. > > Is there a way that I can acheive this? Should I use the > Modifaction Manager? > Is there any other class that I can modify/extend/create? > > Cheers, > > gustav bostr�m > > the eon company > www.eoncompany.com > > o +46-8-54528800 > m +46-70-9575154 > e [EMAIL PROTECTED] > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

