> And another question is, is every thread execute all the samplers
> sequentially? Because when a real user using a browser to access web sites,
> there will be several connections downloading elements of a web page
> concurrently. I'm wondering how to simulate this with JMeter? Thanks!

That has been discussed here a lot. In short:

Yes, Jmeter does everything sequentially. No, this is unlike any modern
browser.
The only way to bring concurrency to Jmeter ATM is to have multiple
threads do different things (which isn't usually feasible when the goal
is simple browser mimicry).

Regards,
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to