[Tsung] Limit total users

Nicolas Niclausse nicolas at niclux.org
Mon Jun 23 23:49:55 CEST 2008


Rodolphe Quiedeville a écrit :
> Hi,
> 
> I inject my users at the rate of 100/sec, so after 80 Sec I have 8000
> user, this is my goal. In my session I have a for instruction to keep my
> user doing something.
> 
> Is there any way to limit the global maximum user at a time, when the
> first users finish I want new user injected.
> 
> I'm not sure I'm clear, but after re-read the doc I do not find what I want.


In theory <users maxnumber="8000"> should do what you want as a side
effect (because your users are looping), but the current implementation
does not work as expected when you use several client machines, i'm
afraid :(

I will try to take a look at the code this week
--
Nicolas


More information about the Tsung-users mailing list