Thanks for quick reply... I tried to set 5 threads and group by 5. It is working fine.
If the Number of threads and group by value is same then everything is working fine. But if i give different values like 15 threads and group by 5 or any other number <15 Jmeter is simply running for a long time(like for 20 or 30 mins). After that also It's not at all stopping. I'm stopping it manually. What i'm doing for simultaneous users is right? or any other way in jmeter to test simultaneous users? On 2/15/06, sebb <[EMAIL PROTECTED]> wrote: > Does it work if you try 5 threads and group by 5? > > What is happening? > > Try creating a simple test plan with a JavaTest sampler, and > experiment with that. > > S. > On 15/02/06, sudhir cheemalavagupalli <[EMAIL PROTECTED]> wrote: > > I'm a new user to JMeter. I'm planning to Execute a test plan for > > simultaneous users. > > > > I have gone through the options and i found "Synchronizing Timer", > > within which we can set the number of users group by. With this, what > > my understanding is, we can block the number of threads specified for > > a particular url and can release those blocked threads at a time to > > hit the url. > > > > for eg: if we set group by as 5 for a particular url, Jmeter will > > release all the 5 threads at a time to hit the url. > > > > > > Is it right, what i'm understanding! > > > > But i'm not getting the expected result. > > > > My settings are like in this way. > > > > I'm setting 10 threads. For a particular request i'm having 25 urls. > > I set this Synchronizing timer option as 5 for 1 url. My intention is, > > the 5 threads will hit the url at the same time. > > > > But it's not working. > > > > If this is the wrong way to do for Simultaneous users, Please make me > > to do the right.... > > > > > > Thanks in advance. > > > > --------------------------------------------------------------------- > > 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]

