probably this, along with using different thread groups - http://jmeter.apache.org/usermanual/component_reference.html#Once_Only_Controller
Thanks Tarun K On 1 December 2015 at 14:01, Erez Naim <[email protected]> wrote: > Hi all, > > How do I make a sampler in Jmeter to run only one time for 100 users? > What I am trying to do is connecting to a data base and to check the > queue... however if I want to do it in the same thread group it will > connect 100 times to the database and I don't want it to connect 100 > times... > I am trying to find a way to connect only once and from there checking > only one time what is the queue status .... > > Best regards, > > Erez > >
