The more delay time, the more users you can simulate from the same JMeter client box - though still bound by memory to some maximum. Also, larger page sizes will let one box simulate more clients, as many threads will spend most of their time blocked by IO (though, you can maximize your pipe, or Java's overall IO throughput too).
Bottomline, you have to do some experimenting. My recommended method to do this is set up two JMeter instances, both running simultaneously against the same server. One on, you run a single user and this will be your baseline. On the other, increase the number of simulated users until the timing info there gets too far out of whack with the timing info on the baseline instance. -Mike On Wed, 2005-03-30 at 06:01 -0800, Bryan Segale wrote: > I understand that 1000 users with no user think time would be resourse > intensive. What if you added a user think time of 30-60 seconds in between > page requests? Would this allow you to get 1000 users of out less boxes. > > This is true with most of the commercial load testing tools. > > -----Original Message----- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 29, 2005 7:43 PM > To: JMeter Users List > Subject: Re: 1000 concurrent users > > I would 100-200 threads per client machine, which means 5-10 client > machines. 1K concurrent load is pretty heafty, so I'm assuming the > server has multiple ethernet ports or using gigabit. > > a single 100mbit ethernet port will not be able to handle that kind of load. > > > peter > > > On Tue, 29 Mar 2005 18:30:36 -0800 (PST), Ghananeel Gondhali > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I need to generate a 1000 concurrent user load on an application. > > > > Remote testing currently seems to be the option, but could anyone throw > light on how many load generating machines would be required and what would > the best configuration for the controller / load generators be. > > > > thanks in advance > > > > regards, > > Raj Gondhali > > > > > > --------------------------------- > > Do you Yahoo!? > > Yahoo! Mail - now with 250MB free storage. Learn more. > > > > --------------------------------------------------------------------- > 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]

