You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by lo...@fastmail.fm on 2014/04/29 12:42:59 UTC

dynamic ramp-up

Hi, 

Is it possible to do dynamic ramp-up without using the JMeter plugins? 

Many Thanks

Paul

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


Re: dynamic ramp-up

Posted by Flavio Cysne <fl...@gmail.com>.
I created a post in my blog
http://flaviocysne.blogspot.com.br/2014/04/how-to-ramp-up-threads-in-specific.html

Hope it helps


2014-04-29 8:13 GMT-03:00 Flavio Cysne <fl...@gmail.com>:

> Ramp-up is commonly configured in Threads Group.
>
> If you need to delay a specific sampler, could use the following approach.
> To delay every thread by 1 second (1000 ms), use a Constant Timer with the
> expression below:
>
> ${__javaScript(${__threadNum()}*1000)}
>
>
> 2014-04-29 7:42 GMT-03:00 <lo...@fastmail.fm>:
>
> Hi,
>>
>> Is it possible to do dynamic ramp-up without using the JMeter plugins?
>>
>> Many Thanks
>>
>> Paul
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>>
>

Re: dynamic ramp-up

Posted by Flavio Cysne <fl...@gmail.com>.
Ramp-up is commonly configured in Threads Group.

If you need to delay a specific sampler, could use the following approach.
To delay every thread by 1 second (1000 ms), use a Constant Timer with the
expression below:

${__javaScript(${__threadNum()}*1000)}


2014-04-29 7:42 GMT-03:00 <lo...@fastmail.fm>:

> Hi,
>
> Is it possible to do dynamic ramp-up without using the JMeter plugins?
>
> Many Thanks
>
> Paul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>