You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Cyril SANTUNE <cy...@gmail.com> on 2012/06/13 17:25:50 UTC

Run a specific thread group per remote server

Hi,

In remote testing, for example, with this scenario:
Test Plan
o Thread Group 1
  . sampler 1
o Thread Group 2
  . sampler 2

I want to run this tests on my two jmeter servers but I want that only the
thread group 1 run on the server 1 and only the thread group 2 run on the
server 2.

is it possible to do this choice ?

Re: Run a specific thread group per remote server

Posted by Cyril SANTUNE <cy...@gmail.com>.
Thanks, it works.

On Wed, Jun 13, 2012 at 11:31 AM, ZK <st...@gmail.com> wrote:

> Hi,
> you could achieve this with an 'If Controller' and the function '
> http://jmeter.apache.org/usermanual/functions.html#__machineName
> __machineName '
>
>
> Test Plan
> o Thread Group 1
>   . If Controller
>  .... sampler 1
> Test Plan
> o Thread Group 2
>  . If Controller
>  .... sampler 2
>
>
>
> ZK
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Run-a-specific-thread-group-per-remote-server-tp5713527p5713528.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

Re: Run a specific thread group per remote server

Posted by ZK <st...@gmail.com>.
Hi,
you could achieve this with an 'If Controller' and the function '
http://jmeter.apache.org/usermanual/functions.html#__machineName
__machineName '


Test Plan 
o Thread Group 1 
  . If Controller
  .... sampler 1 
Test Plan 
o Thread Group 2 
  . If Controller
  .... sampler 2



ZK 

--
View this message in context: http://jmeter.512774.n5.nabble.com/Run-a-specific-thread-group-per-remote-server-tp5713527p5713528.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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