You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Koay, Lay Keng" <lk...@gs1us.org> on 2006/02/21 01:49:16 UTC

Max Threads in jmeter!

Hi All, 

 

        I need to check it out for maximum threads could be set in
jmeter where number of threads = 1000 , and loop count = 100, does
jmeter can handle this kind of setting? For this case, I need to send
100, 000 xml messages by using CSV_READ function, thanks for your reply.

 

 

Best Regards,

Koay Lay Keng

Rosettanet Asia Engineering

lkoay@rosettanet.org

lkoay@gs1us.org

Tel: 04-6440923  Ext: 108

 


Re: Max Threads in jmeter!

Posted by sebb <se...@gmail.com>.
On 21/02/06, Koay, Lay Keng <lk...@gs1us.org> wrote:
> Hi All,
>
>         I need to check it out for maximum threads could be set in
> jmeter where number of threads = 1000 , and loop count = 100, does
> jmeter can handle this kind of setting? For this case, I need to send

1000 threads is rather a lot. You'll need a big box for that.

Also, by the time the last threads have started, the first ones will
likely be finished if there are only 100 loops. This would likely
apply to other test engines as well.

Do you really need to have 1000 concurrent threads?

> 100, 000 xml messages by using CSV_READ function, thanks for your reply.

This is far too many for the CSVRead function, which stores everything
in memory.

Use CSV Data Set or StringFromFile function instead.

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org