Hello, All,
I have been using JMeter to load test a development j2ee website for a
couple of weeks.  I don't know how to simulate the effect of multiple
different users' login with multiple threads and within one loop.  For
example,

Thread:
       Number of Threads: 4
       Loop count: 2
   -interleave controller
       user1 login
       user2 login
       user3 login
       user4 login

However, the results are not as expected:
in the first loop, all four threads are loggined as user1;
in the second loop, all four threads are loggined as user2.

What I want is:
In the first loop, user1 ~ user4 are loggined.
In the second loop, user1~ user4 are logined.

Any help will be highly appreciated!
Denis


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to