|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Hi all.
May I get some expert advice on troubleshooting performance issues of a 1000 nodes Apache LB cluster. Users report slow loading/response of webpages. Different websites are hosted on this cluster for different clients. But all are reporting the same issue. Could you please let me know what all basic aspects you would take into consideration for this sort of issue. FYI. I do not have access to the load-balancers. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
The load balancer is going to be a choking point (bandwidth and CPU utilization-wise). If it's bandwidth you may consider increasing the number of links. You can try to increase links through interface bonding. If it's CPU utilization, you might consider multiple load balances (kind of like google.com does) so you can spread load amongst several physical machines. I'd recommend doing that latter anyways, for availability reasons.
Before anyone can give you specific advice though, you need to localize the performance issue. For example, if you run a jMeter test against the serving nodes directly is that faster? If it is, then the load balancer is the choke point. If not then you may check to see if the network links are being saturated with some sort of command-line bandwidth checking tool (I use bwm-ng). If that's not the issue then move onto CPU, memory, etc. Once you've done that you should be in a better position to do something about the performance problems. It's also possible that it's an application-level latency. For example if a particular website is served by a particular DB cluster and that cluster is going slow it may slow down the end user's experience. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the procedure to reboot cluster nodes | newtoaixos | Solaris | 7 | 12-14-2011 01:47 PM |
| Need advise on setting up solaris 10 2 nodes cluster | spitfire2011 | Solaris | 3 | 08-18-2011 09:20 AM |
| Centos/rhel 5 cluster 3 nodes with out Quorum | Flomaster | Red Hat | 3 | 06-12-2011 05:37 AM |
| Rebooting 3 to 1 Cluster nodes. | EmbedUX | Emergency UNIX and Linux Support !! Help Me!! | 4 | 05-27-2010 06:34 AM |
| Bonding, IP alias, Virtual IP, 2 nodes cluster | Danny Gilbert | High Performance Computing | 0 | 07-28-2008 09:56 PM |
|
|