Re: [users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-11 Thread Jim Jagielski
If you want a balance of hits, then byrequests would be a better LB method. On Feb 9, 2013, at 12:32 PM, aparna Puram wrote: > Hi Jim, > > We have access logs enabled for the tomcat servers and I used awstats to > measure the no of hits. > > On Fri, Feb 8, 2013 at 9:41 PM, Jim Jagielski wro

Re: [users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-09 Thread aparna Puram
Hi Jim, We have access logs enabled for the tomcat servers and I used awstats to measure the no of hits. On Fri, Feb 8, 2013 at 9:41 PM, Jim Jagielski wrote: > How are you measuring the load on the backend Tomcats? > > On Feb 8, 2013, at 7:57 AM, aparna Puram wrote: > > > > > Hello All, > > >

Re: [users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-08 Thread Jim Jagielski
How are you measuring the load on the backend Tomcats? On Feb 8, 2013, at 7:57 AM, aparna Puram wrote: > > Hello All, > > We have a apache server that acts as a load balancer for 6 backend tomcat > servers. > > However, If I compare the load on all the servers, there is a drastic > differen

[users@httpd] LoadBalancingIssue - Users are not distributed equally among users

2013-02-08 Thread aparna Puram
Hello All, We have a apache server that acts as a load balancer for 6 backend tomcat servers. However, If I compare the load on all the servers, there is a drastic difference between the no of hits on all the servers. We are using lbmethod =bybusyness. Please help, If there are any tools to che