In your ThreadGroup , for the thread count specify something like
${__property(group1.threads,,10)}
which will use the Jmeter property to determine the number of threads (10
will be the default if no value is specified)

Then when you start JMeter on the slaves specify the value you want for that
slave
jmeter -Jgroup1.threads=25  -s ...rest of properties to start slave1
jmeter -Jgroup1.threads=50  -s ...rest of properties to start slave2 etc.

regards
deepak

On Wed, Sep 30, 2009 at 8:53 PM, flysteer <flyst...@yahoo.com> wrote:

>
> Thanks
> Can you please elaborate on the slave setup and properties?
>
>
>
> sebb-2-2 wrote:
> >
> > Yes, that should work.
> >
> >
> > On 30/09/2009, Deepak Shetty <shet...@gmail.com> wrote:
> >> hi
> >>  ah ok. So if i launched each slave with its own property value and then
> >> used
> >>  that as the thread count for the ThreadGroup , then I can accomplish
> >> what
> >>  flysteer wants right? he only needs the thread count varied , not the
> >> plan..
> >>  regards
> >>
> >> deepak
> >>
> >>
> >>  On Wed, Sep 30, 2009 at 3:48 PM, sebb <seb...@gmail.com> wrote:
> >>
> >>  > Properties aren't sent to the slaves (unless you use the -G option)
> >>  >
> >>  > On 30/09/2009, Deepak Shetty <shet...@gmail.com> wrote:
> >>  > > One question
> >>  > >  if the Threadgroup in the plan is configured such that the
> >> threadcount
> >>  > is
> >>  > >  say read from a property , then will the slaves get the value from
> >> the
> >>  > >  master or will they get it from when the slave was launched from
> >> the
> >>  > command
> >>  > >  line?
> >>  > >  regards
> >>  > >
> >>  > > deepak
> >>  > >
> >>  > >
> >>  > >  On Wed, Sep 30, 2009 at 3:36 PM, sebb <seb...@gmail.com> wrote:
> >>  > >
> >>  > >  > On 30/09/2009, flysteer <flyst...@yahoo.com> wrote:
> >>  > >  > >
> >>  > >  > >  Hi,
> >>  > >  > >
> >>  > >  > >  I would like to configure each JMeter slave instance with
> >> specific
> >>  > >  > number of
> >>  > >  > >  threads (users).
> >>  > >  > >  is it possible that each JMeter slave had its own test
> profile
> >> to
> >>  > run,
> >>  > >  > and
> >>  > >  > >  master just initiates the execution?
> >>  > >  > >
> >>  > >  >
> >>  > >  > The same test plan is sent to each slave.
> >>  > >  >
> >>  > >  > >  Thanks.
> >>  > >  > >
> >>  > >  > >
> >>  > >  > >
> >>  > >  > >  --
> >>  > >  > >  View this message in context:
> >>  > >  >
> >>  >
> >>
> http://www.nabble.com/Number-of-threads-for-each-JMeter-slave-instance-tp25689976p25689976.html
> >>  > >  > >  Sent from the JMeter - User mailing list archive at
> >> Nabble.com.
> >>  > >  > >
> >>  > >  > >
> >>  > >  > >
> >>  >
>  ---------------------------------------------------------------------
> >>  > >  > >  To unsubscribe, e-mail:
> >> jmeter-user-unsubscr...@jakarta.apache.org
> >>  > >  > >  For additional commands, e-mail:
> >>  > jmeter-user-h...@jakarta.apache.org
> >>  > >  > >
> >>  > >  > >
> >>  > >  >
> >>  > >  >
> >> ---------------------------------------------------------------------
> >>  > >  > To unsubscribe, e-mail:
> >> jmeter-user-unsubscr...@jakarta.apache.org
> >>  > >  > For additional commands, e-mail:
> >> jmeter-user-h...@jakarta.apache.org
> >>  > >  >
> >>  > >  >
> >>  > >
> >>  >
> >>  > ---------------------------------------------------------------------
> >>  > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> >>  > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> >>  >
> >>  >
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Number-of-threads-for-each-JMeter-slave-instance-tp25689976p25692760.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to