Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jan 2001 11:06:48 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Dan Phoenix <dphoenix@bravenet.com>
Cc:        questions@FreeBSD.org
Subject:   RE: apache problems
Message-ID:  <XFMail.010105110648.jhb@FreeBSD.org>
In-Reply-To: <Pine.BSO.4.21.0101041845270.13244-100000@gandalf.bravenet.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 05-Jan-01 Dan Phoenix wrote:
> 
> 
> [root@fosco dphoenix]# netstat -a|grep http|grep ESTABLISHED|wc -l
>      141
> [root@fosco dphoenix]# ps aux|grep httpd|wc -l
>      186
> [root@fosco dphoenix]# netstat -a|grep http|grep TIME_WAIT|wc -l
>      217
> [root@fosco dphoenix]# netstat -a|grep http|wc -l
>      537
> 
> and the load balancer report 1001 connections...netstat -a|grep http
> does not even add up to this.
> fosco                            Alive      1001      1    42         1102
> 
> So what i can conclude from what you said is that
> there are more connections waiting to close for some strange reason
> than establishing connection....btw what is FIN_1 in netstat?

FIN_1 are also closing connections, but they are in a different part of the
close than TIME_WAIT, AFAIK.

> Anyways something is wrong here...1001 connections the load balancer is
> reporting.....those 1102 state transitions were from earlier today
> when i got rid of thttpd which was causing connection resets...moved
> back to ports collection of apache13 static server.
> 
> Anyone with ideas or anyone that has an arrowpoint LB?

I don't know how your load balancer is coming up with those numbers, so I can't
help you with that..

-- 

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010105110648.jhb>