You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Bhadauria, Tarun Kumar" <ta...@zalando.de> on 2015/12/01 16:57:27 UTC

Re: only once sampler

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 <Er...@theneura.com> 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
>
>