How to Add More Threads while test Running

View: New views
4 Messages — Rating Filter:   Alert me  

How to Add More Threads while test Running

by raveees :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ,

How do I add more users when the test is under execution.

How to find the TPS in Jmeter Logs


Best Regards
Ravi

Re: How to Add More Threads while test Running

by Deepak Shetty :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
a. You cannot dynamically change the values (as far as I know). You can
simulate something similar by using staggered thread groups or delaying /
pausing threads based on conditions (but you must always specify the maximum
number you need)

b. If you mean the number of requests being made , you can add a listener
for that or load the resulting file into a listener like Summary Report

regards
deepak

On Thu, Nov 5, 2009 at 2:47 PM, Ravi Kumar <mvravikumar@...> wrote:

> Hi ,
>
> How do I add more users when the test is under execution.
>
> How to find the TPS in Jmeter Logs
>
>
> Best Regards
> Ravi
>

Re: How to Add More Threads while test Running

by raveees :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Deepak,

Thank you for the response, Can you please describe how to delay the threads
in between the execution ?

I would like to add 100 threads after a peak load( after steady state)  of
500 users.

Regards
Ravi

On Fri, Nov 6, 2009 at 12:01 AM, Deepak Shetty <shettyd@...> wrote:

> Hi
> a. You cannot dynamically change the values (as far as I know). You can
> simulate something similar by using staggered thread groups or delaying /
> pausing threads based on conditions (but you must always specify the
> maximum
> number you need)
>
> b. If you mean the number of requests being made , you can add a listener
> for that or load the resulting file into a listener like Summary Report
>
> regards
> deepak
>
> On Thu, Nov 5, 2009 at 2:47 PM, Ravi Kumar <mvravikumar@...> wrote:
>
> > Hi ,
> >
> > How do I add more users when the test is under execution.
> >
> > How to find the TPS in Jmeter Logs
> >
> >
> > Best Regards
> > Ravi
> >
>



--
Best Regards

Ravi Miriyala
773-331-7309

Re: How to Add More Threads while test Running

by Deepak Shetty :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
your simplest solution probably is to use two thread groups , one of 500
threads and one of 100 with the second thread group scheduled to start at a
later time

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#timers
You can also use timers to specify delays and you can make this timer
conditional as well using a normal if controller with a dummy sampler (Delay
only if certain conditions are met e.g. Thread Number > 500)

Note I havent tried any of this
regards
deepak


On Fri, Nov 6, 2009 at 8:52 AM, Ravi Kumar <mvravikumar@...> wrote:

> Hi Deepak,
>
> Thank you for the response, Can you please describe how to delay the
> threads
> in between the execution ?
>
> I would like to add 100 threads after a peak load( after steady state)  of
> 500 users.
>
> Regards
> Ravi
>
> On Fri, Nov 6, 2009 at 12:01 AM, Deepak Shetty <shettyd@...> wrote:
>
> > Hi
> > a. You cannot dynamically change the values (as far as I know). You can
> > simulate something similar by using staggered thread groups or delaying /
> > pausing threads based on conditions (but you must always specify the
> > maximum
> > number you need)
> >
> > b. If you mean the number of requests being made , you can add a listener
> > for that or load the resulting file into a listener like Summary Report
> >
> > regards
> > deepak
> >
> > On Thu, Nov 5, 2009 at 2:47 PM, Ravi Kumar <mvravikumar@...>
> wrote:
> >
> > > Hi ,
> > >
> > > How do I add more users when the test is under execution.
> > >
> > > How to find the TPS in Jmeter Logs
> > >
> > >
> > > Best Regards
> > > Ravi
> > >
> >
>
>
>
> --
> Best Regards
>
> Ravi Miriyala
> 773-331-7309
>