On Sun, 2009-09-27 at 02:56 +0800, Liu Yan wrote: > 2) Why the remote (Route) server is taking much more requests than the local > one?
It isn't. > 3) Why the local server has a large number of "InActConn"? Because it should. To explain: in DR mode the director does not see the entire TCP transaction (it only sees one side, the client side) since the realservers respond directly to the client. When one of the realservers is "local" then full state can be kept, so the director knows how many active (ie. open in TCP terms) and inactive (ie. in TIME_WAIT or FIN_WAIT state) connections exist. This looks to the inexperienced eye as a real imbalance in load distribution but it may not be the case in reality. You'd be much better off using the other statistical options to ipvsadm: ipvsadm -Ln --stats ipvsadm -Ln --rate These will give you a much better view of how many actual connections you're handling. Graeme _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
