On 2 December 2011 10:32, Udita Negi <[email protected]> wrote: > Hi, > > > > I am running my script for 5 users so ideally more than 5 requests should > not be sent to server at a given point of time. But when I see the number > of getrequests processed by my server using perfmon I see 6 requests only. > How can I make my script so that it does not send more than 5 requests at a > time.
JMeter only sends one request per thread. It waits for one request to complete before sending the next. Currently, the only exception to this is that one can opt to download embedded HTML resources in parallel. Otherwise, it's not possible for JMeter to generate more concurrent requests than there are active threads. > > > Thanks > > Udita --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
