From owner-freebsd-questions Fri Jan 5 11: 7:13 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 11:07:09 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7CEAA37B69B for ; Fri, 5 Jan 2001 11:07:09 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f05J5dG86970; Fri, 5 Jan 2001 11:05:39 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 05 Jan 2001 11:06:48 -0800 (PST) From: John Baldwin To: Dan Phoenix Subject: RE: apache problems Cc: questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -- 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