Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-26 Thread Gayan Gunarathne
Hi, On Mon, May 25, 2015 at 11:29 PM, Lahiru Sandaruwan wrote: > Hi, > > So the 'Conns' is the number of connections that are active from Lb to the > particular member? > If so, it look suitable. > yeah .It returns the active connections. We can easily get the total weight for the cluster from t

Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Lahiru Sandaruwan
Hi, So the 'Conns' is the number of connections that are active from Lb to the particular member? If so, it look suitable. And we can find the cluster, network partition, and cluster instance id using the Topology and member ip, at our extension? Thanks. On Mon, May 25, 2015 at 10:54 PM, Gayan

Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Gayan Gunarathne
Hi Imesh, Following is one of the sample statistics values.IMO we can get the "Conns" as for our statistic purposes.Here 192.168.56.60 is the access IP of the service and 192.168.56.41, 192.168.56.42 are real server IPs that we are load balancing. IP Virtual Server version 1.2.1 (size=4096) Prot

Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Imesh Gunaratne
Hi Gayan, Can you please share some sample statistic values? Will us be able to find in-flight request count? Thanks On Mon, May 25, 2015 at 7:19 PM, Gayan Gunarathne wrote: > For the LVS load balancer extension statistics generation , we can use the > Linux Virtual Server administration[1] co

LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Gayan Gunarathne
For the LVS load balancer extension statistics generation , we can use the Linux Virtual Server administration[1] command. ipvsadm -L -n --stats There we can get the in request weight of the LVS server.We can integrate this to the LVS load balancer extension as well. WDYT? [1] http://linux.die.n