>>Let total no of thread is 100. then in 1st min--> 5 thread, 2nd min
-->10(5+5=10), 3rd min-->15(10+5=15) thread  and so on until all the threads
are run.

If you want to run the the first 5 threads at once then 10 threads at once
then 15 threads at once and so on.. you can have multiple thread groups for
the same and configure the delay using the scheduler.


TestPlan
  +ThreadGroup1 [with 5 threads]
   +ThreadGroup2 [with 10 threads and start time set to 1 min more than the
previous scheduler in the scheduler configutation]
   + ThreadGroup3[with 10 threads and start time set to 1 min more than the
previous scheduler in the scheduler configutation]
..
and so on
..

Currently, i could think of this one possibility, please let me know if you
come across any better solutions.

Thanks,
Prasanna

On Tue, Jun 29, 2010 at 12:32 PM, GautamPr <[email protected]>wrote:

>
> HI all,
> I am stuck in a requirement where i want to run a fixed no of thread (say
> 5)
> in regular interval of 1 min.
> Let total no of thread is 100. then in 1st min--> 5 thread, 2nd min
> -->10(5+5=10), 3rd min-->15(10+5=15) thread  and so on until all the
> threads
> are run.
>  Please guide  me  with details.
>
> Thanks,
> Gautam.
> --
> View this message in context:
> http://old.nabble.com/Running--a-fixed-batch-of-Threads-in-fixed-interval-of-time.-tp29020721p29020721.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to