logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 Proxy balancer shows very high response time
Author
rswarn7



Joined: 31 Aug 2017
Posts: 2
Location: Mumbai, India

PostPosted: Thu 31 Aug '17 18:06    Post subject: Apache 2.4 Proxy balancer shows very high response time Reply with quote

[img]Hello there experts,

I am glad to find this community.
So recently We are facing performance related issue with mod_proxy with proxy balancer settings as below:

We have found via application tracing tool (Dynatrace) shows very high response time(130 sec) for the load balancing.

Setting is as below:

Code:
<Proxy balancer://MOcluster>
 BalancerMember http://xx.24.121.233:9090 route=node1 loadfactor=1 ping=10 ttl=600
 BalancerMember http://xx.24.121.234:9090 route=node2 loadfactor=1 ping=10 ttl=600
 BalancerMember http://xx.24.121.233:9091 route=node3 loadfactor=1 ping=10 ttl=600
 BalancerMember http://xx.24.121.234:9091 route=node4 loadfactor=1 ping=10 ttl=600
 BalancerMember http://xx.24.121.233:9092 route=node5 loadfactor=1 ping=10 ttl=600
 BalancerMember http://xx.24.121.234:9092 route=node6 loadfactor=1 ping=10 ttl=600
# ProxySet stickysession=JSESSIONID|jsessionid timeout=10
 ProxySet stickysession=ROUTEID
 </Proxy>


What I am missing ? I am not Apache expert so kindly help me out.
Back to top
rswarn7



Joined: 31 Aug 2017
Posts: 2
Location: Mumbai, India

PostPosted: Thu 31 Aug '17 18:35    Post subject: Reply with quote

https://ibb.co/mP9mWk This is call tree, shows high Response on load balancing.
Back to top


Reply to topic   Topic: Apache 2.4 Proxy balancer shows very high response time View previous topic :: View next topic
Post new topic   Forum Index -> Apache