[Tsung] concurrent jabber users from Single machine
Nicolas Niclausse
nicolas at niclux.org
Wed Jun 7 14:04:05 CEST 2006
Ling Forum ecrivait le 07.06.2006 05:22:
> Hi,
>
> I am using tsung tool for testing jabber server. If I connect more than
> 800 users in the same test, it refuses to connect. It gives error saying
> "mximum number of concurrent users reached....".
>
> Is it the restriction, that tsung cannot create more than 800 users from
> a SINGLE machine ? Or I have to do some tsung configuration for this?
By default, tsung restrict itself to 800 users on a single VM (beam).
Moreover, if you add "use_controller_vm=true", it will restrict itself to a
single VM
So you can either (or simultaneously)
- increase maxusers for each <client> (warn: each 'user' consume a file
descriptor, so if you raise this limit over 1024, you may have to tune your
OS, see 'ulimit -n')
- remove the 'use_controller_vm' option. In this case, tsung will start a
new VM as soon as maxusers is reached.
I have already started several thousands users on a single machine.
--
Nicolas
More information about the Tsung-users
mailing list