On 13/09/06, Nikita Tovstoles <[EMAIL PROTECTED]> wrote:
Hi,

Just wondering what is the max possible number of *client* connections
were people able to generate concurrently using JMeter?

My load-generating machine is:
Intel Pentium M 2.13Ghz, 2GB RAM, WinXP. If I play w/ JVM -X settings
what number of threads can I expect JMeter to be able to run
simultaneously (I'm assuming JMeter isn't using NIO so 1 thread = 1
client cxn).

Should I expect 100s or 1000s of threads?

Depends on the test plan, but certainly 100s for HTTP. Lower for
HTTPS, and SOAP might also reduce the max.

You might be able to approach 1000 threads. But this can represent a
huge load on a server, and you'll need a fast network connection.

You can use the Java Request to see how many threads JMeter is able to
handle without any network I/O.

See also the Best Practices section of the JMeter manual for
information on reducing memory usage.

thanks
-nikita



---------------------------------------------------------------------
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]

Reply via email to