For pure load testing there is a nice program called Siege (http://freshmeat.net/redir/siege/9525/url_homepage/www.joedog.org) which doesn't have all the features of Jmeter, but is much less resource intensive.
On my Dual 1.7 Xeon machine, I can't even run 100 threads with Jmeter, but siege with 200 didn't even use 50% of my CPU. I wrote a (ugly, really ugly) Java program to convert a .jmx file from Jmeter to a siege URL list, as siege doesn't have a proxy server for recording scripts. I can send it to you if it's not in the latest release of siege yet. FWIW, Barry Roberts > -----Original Message----- > From: Himanshu Gulati, Gurgaon [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 8:58 AM > To: [EMAIL PROTECTED] > Subject: Maximum concurrent users for testing with JMeter...Urgent!!! > Importance: High > > > Hi, > > We have a limitation in choosing a load testing tool for one > of our clients as we want to use a cost effective solution. > In this regard JMeter offered a very competent testing ground > for load testing our web application. > > We are looking at 700 concurrent users Test Scenario, which > would mean 700 threads running simultaneously from a client > machine with JMeter installed on it. We have a question about > the scalability of JMeter as to "What is the maximum no of > threads JMeter can support for a client configuration?". > > Expecting a prompt response as this matter is urgent. > > Thanks in advance, > > Himanshu Gulati > HCL Technologies > > > > > --------------------------------------------------------------------- > 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]

