On 8 June 2011 01:42, Nalini <nalini.raviku...@gmail.com> wrote:
> Hi Deepak
>
> Thanks for your reply. Yes, you are correct that
> " Jmeter hits the site as fast as it can by default , for the duration or
> loops thats you specify in the ThreadGroup."
>
> When we use : Constant throughput timer, the below action is performed.
>
>  I see that jmeter stops for few minutes when it reaches the Target
> Throughput value(Which we have specified in the timer) and once again it
> executes the testplan  with the lower throughput value after couple of
> minutes.
>
> But my question is: how do i do load test for 1 hour after all the users
> have been ramped up? The actual reaction happening inside the Jmeter is,
> it's just hitting the server and stops in few minutes. The actual scenario i
> needed is:
>
> 1) All the users should have ramped up
> 2) And then it should come to a steady state of 1 hour(Because in actual
> case, in ramp up period always the response time of the page will be high
> when compared to steady state. Also even the environment will not be stable
> in ramp up period)

If the page response time is high during the ramp-up period, perhaps
you are ramping up too quickly.

You may also want to have some short delays between samplers, but make
sure the delays would still permit the desired throughput.

Don't use more than 1 Constant Throughput Timer, as they will
interfere with each other.

Try experimenting with the Java Test Sampler - set the delay to
correspond with the average real delays, and you can see how JMeter
behaves without relying on the server.

> 3) After 1 hour, automatically the users should ramp down( for eg: 4 users
> ramping down in 1 sec kind of scenario)
>
> We can do the above scenario with Load runner, do we have a possibility of
> creating such scenario with Jmeter.
>
> Once again thanks for your time and attention.
>
> With Regards
> Nalini
>
>
>
>
> --
> View this message in context: 
> http://jmeter.512774.n5.nabble.com/Do-we-have-option-to-keep-Steady-state-period-in-Jmeter-tool-tp4463335p4463493.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

Reply via email to