On 26/06/2008, Frédéric Sidler <[EMAIL PROTECTED]> wrote:
> I'm using amazon EC2 for hosting and would like to stress test my web
>  app to see if new instances are load automatically in case of heavy
>  load.
>
>  Is there a best practice to achieve that. My application check the
>  load based on a average of 15 minutes to see if it needs to load new
>  instances and stop unused ones.
>
>  What would be the best way to do that with Jmeter ?

Does your application accept standard browser connections?

If so, then create a test plan that uses the application, and set the
loop count so that it runs for sufficiently long.

Adjust the number of threads to change the load.

Or you can use the Constant Throughput Timer and adjust the load, for
example by reading the value from a file or function.

Or in conjunction with BeanShell:

http://jakarta.apache.org/jmeter/usermanual/best-practices.html#beanshell_server

>  Is Jmeter the best way to test that ?
>
>  ---------------------------------------------------------------------
>  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