On 12 September 2011 20:15, Bruce Ide <flyingrhenqu...@gmail.com> wrote:
> Could you use a synchronizing timer to insure your threads run more
> consistently? I find them to be underrated, and they're worth taking a look
> at if you haven't yet.

But that may make the test unrealistic - are the 100 users really all
doing the same thing at the same time?
That's what is likely to happen.

Better IMO to run a mix of requests in each thread and let the threads
run at their own pace (e.g. with timers with a random element).

The requests then arrive in different combinations at the server.

So long as the test is run for long enough, one can either ignore or
allow for the startup/shudown phase.

If the test is not run for long enough, it may not be useful to show
behaviour under full load.

> --
> Bruce Ide
> flyingrhenqu...@gmail.com
>

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

Reply via email to