I use 100 threads to simulate 100 users. I want to simulate 100 users sending in a forever loop requests every 1 minute. However, even when i use 1 thread, it does not help.
sebb-2-2 wrote: > > It does not make sense to use multiple threads. > > On 12/06/2008, Michal Singer <[EMAIL PROTECTED]> wrote: >> >> Hi. I run 100 threads with loop count =1, but I have a loop controller >> that >> is set to "forever". >> it does not work. >> thanks, Michal >> >> >> >> >> sebb-2-2 wrote: >> > >> > See: >> > >> > >> http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html >> > >> > You need to ensure that the loop count is set to (say) 100 as the >> > listener does not update with every sample. >> > >> > On 12/06/2008, Michal Singer <[EMAIL PROTECTED]> wrote: >> >> >> >> hi. I added to a Test Plan > Loop Controller a Monitor Results >> listener. >> >> Both tabs Health & Performance are empty. >> >> And also in the performance tab there is no server defined. >> >> >> >> According to the user manual i need to do: Add --> Listener -- > >> Monitor >> >> Results >> >> which is what i did. >> >> >> >> Any ideas why this does not work? >> >> >> >> Thanks >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Monitor-Results-shows-nothing-tp17797650p17797650.html >> >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> 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] >> > >> > >> > >> >> >> -- >> View this message in context: >> http://www.nabble.com/Monitor-Results-shows-nothing-tp17797650p17798052.html >> >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/Monitor-Results-shows-nothing-tp17797650p17798647.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

