look in bin/jmeter.log and see if there are any errors. from the description it's not clear to me the behavior jmeter is showing. Is the behavior from jmeter the following?
the test plan has 120 threads 59 threads return results - the remaining threads do not if that is the case, what is the connection limit on the webserver set to? if could be the connect limit has been reached, so the first 59 are able to send requests, while the remaining threads can't. peter On 11/21/05, Tapaswini Das <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I'm doing Load testing of a Web based application. There are around 120 > users but in Test Result Tree I find that 59 users are executer for > certain > actions (the action taking much time) and after that all the actions are > going like that. No more numbers of users on all next actions are > executed. > Is there any probs. in application or is there any option in the JMeter > that > will solve the problem. Please help me. > > > > Thanks & Regards > > Tapaswini Das > > >

