Re: Simulating scale up and scale down

2015-07-20 Thread Swapnil Patil
Thanks Rajkumar! I will try this. Regards, Swapnil On Mon, Jul 20, 2015 at 11:39 AM, Rajkumar Rajaratnam wrote: > You can just stress the cartridge instances using some tool. For example, > if you are using Ubuntu as cartridge OS, then you can install a tool called > "stress" [1]. You can use t

Re: Simulating scale up and scale down

2015-07-20 Thread Rajkumar Rajaratnam
You can just stress the cartridge instances using some tool. For example, if you are using Ubuntu as cartridge OS, then you can install a tool called "stress" [1]. You can use this tool to stress memory or CPU. It will increase the memory or CPU usages in the instance. It will lead to scale up. Aft

Simulating scale up and scale down

2015-07-20 Thread Swapnil Patil
Hi All, I am currently testing AWS Load Balancer extension which is under development. I want to test the extension for scale up and scale down. As per my understanding, scaling up and scaling down is done based on the auto-scaling policy used. So this will act on the real work load. I was just w