Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread Shashank Rachamalla
I have to implement this feature in the organization's private cloud.. will check out Amazon's scale feature before i proceed. Regards, Shashank On Mon, 2010-02-08 at 09:38 -0800, anthonyvie...@gmail.com wrote: > Amazon EC2 has a scale feature that allows scaling based on > configuration of sett

Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread anthonyvierra
Amazon EC2 has a scale feature that allows scaling based on configuration of settings such as memory, processor, etc. Is this the service your configuring? On 2/8/10, Pid wrote: > On 08/02/2010 13:05, Shashank Rachamalla wrote: >> Hi >> >> I am currently involved in developing a module which perf

Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread Pid
On 08/02/2010 13:05, Shashank Rachamalla wrote: Hi I am currently involved in developing a module which performs automatic scaling of application server instances based on their performance. I am using JMX to pull data pertaining to server and underlying jvm on which the applications are deploye

Automatic scaling decisions based on performance metrics

2010-02-08 Thread Shashank Rachamalla
Hi I am currently involved in developing a module which performs automatic scaling of application server instances based on their performance. I am using JMX to pull data pertaining to server and underlying jvm on which the applications are deployed. I can also collect performance data for guest o