One way would be to create 20 Thread Groups, and run them in parallel.

Other possibilities:

If the activities are similar, but use different URLs or options, you
could code the samplers using variables, and read in the variables
from CSV Data Set.

Or you could use the Switch Controller with 20 Simple Controller
children, and pass in the thread number to select the appropriate
simple controller, under each of which would be a different activity
thread.

Or you could use the If controller - that might be better if there are
only a few differences between the activities.

==

Try some of these out using a few activities - the Java Sampler is
very useful for prototyping, as it does not need a server.

S.
On 02/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> In our application there are 20 activities.
> Now we want:
> User 1 is using activity 1, user 2 is using activity 2, ... user 20 is using
> activity 20.
> They are all starting at the same time.
> So we need to build a threadgroup where all 20 user starting there
> activities.
> I hope you can understand.
> T.F.
>
> -----Ursprüngliche Nachricht-----
> Von: sebb [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 2. März 2006 15:21
> An: JMeter Users List
> Betreff: Re: 3 simple controller parrallel
>
>
> You can use any controller you like, but it is not possible to run them in
> parallel.
>
> Parallel running requires different threads or different thread groups
> (which is a different set of threads).
>
> What are you trying to do?
>
> S.
> On 02/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Hi,
> > which controller do I have to use?
> >
> > -----Ursprüngliche Nachricht-----
> > Von: sebb [mailto:[EMAIL PROTECTED]
> > Gesendet: Donnerstag, 2. März 2006 12:35
> > An: JMeter Users List
> > Betreff: Re: 3 simple controller parrallel
> >
> >
> > A single thread can only process one controller/sampler at a time.
> >
> > S.
> > On 02/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > Hi together,
> > >
> > > I have a thread group including 3 simple controllers.
> > > Is it possible to start the simple controllers parrallel?
> > > I want to start 25 threads and hoped each controller starts
> > > parrallel. But the second controller does not start until the first
> > > controller ends.
> > >
> > > Regards Torsten Frehe
> >
> >
> > ******************************************************************
> > Bitte nutzen Sie die E-Mail-Verbindung mit uns ausschliesslich zum
> > Informationsaustausch. Wir koennen auf diesem Wege keine
> > rechtsgeschaeftlichen Erklaerungen (Auftraege etc.) entgegennehmen.
> > Der Inhalt dieser Nachricht ist vertraulich und nur fuer den
> > angegebenen Empfaenger bestimmt. Jede Form der Kenntnisnahme oder
> > Weitergabe durch Dritte ist unzulaessig. Sollte diese Nachricht nicht
> > fur Sie bestimmt sein, so bitten wir Sie, sich mit uns per E-Mail oder
> > telefonisch in Verbindung zu setzen.
> >
> > Please use your E-mail connection with us exclusively for the exchange
> > of information. We do not accept legally binding declarations (orders,
> > etc.) by this means of communication. The contents of this message is
> > confidential and intended only for the recipient indicated. Taking
> > notice of this message or disclosure by third parties is not
> > permitted. In the event that this message is not intended for you,
> > please contact us via E-mail or phone.
> >
> > ******************************************************************
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to