[lvs-users] InActConn dilemma
Graeme Fowler
graeme at graemef.net
Fri Feb 12 15:33:10 GMT 2010
On Fri, 2010-02-12 at 16:25 +0100, Andre Magri wrote:
> IP Virtual Server version 1.2.1 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
> -> RemoteAddress:Port Forward Weight ActiveConn InActConn
> FWM 80 wlc persistent 1200
> -> www2.mysite.com:http Route 1 359 146
> -> www1.mysite.com:http Route 1 127 *12176*
>
> The high rate of InActConn for www1 is worrying me.
That indicates one of several possible things:
1. www1 is handling more connections than www2, or
2. www1 is not closing connections properly
Are the webservers configured in the same way?
What do you see if you do:
ipvsadm -Ln --stats
Also, if you do this:
watch -n1 -- ipvsadm -Ln --rate
[use ctrl-c to exit]
what do you see? I'd surmise that www1 is handling a lot more traffic
than www2.
Graeme
More information about the lvs-users
mailing list