Apache Load balancer statistics

Hi Friends,

We are using apache load balancer in one of our deployments.

Need your support on

  1. how we can prove that traffic is disributed among both the balancermembers.
  2. Any way to get the statistics which show how much traffic is handled by any balancermember in specific duration?

configuration file as below

# cat /etc/httpd/conf/ecms_balancer.conf 
ServerName 10.86.248.111
Timeout 300
ProxyPreserveHost On
ProxyRequests Off
<Proxy balancer://admxcluster>
BalancerMember http://127.0.0.1:8011/admx_ecms retry=60  route=mohaecms02.8011
BalancerMember http://127.0.0.1:8012/admx_ecms retry=60  route=mohaecms02.8012
ProxySet stickysession=JSESSIONID
ProxySet lbmethod=bybusyness
</Proxy> 
ProxyPass /admx_ecms balancer://admxcluster
ProxyPassReverse /admx_ecms balancer://admxcluster
<Location /ecmsbm>
SetHandler balancer-manager
</Location>
<Location /ecms-server-status>
SetHandler server-status
</Location>
ExtendedStatus On
TraceEnable Off
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1

Thansk in Advance

Examine and process the log files of eacb web server.