From owner-freebsd-questions Mon Dec 7 13:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20848 for freebsd-questions-outgoing; Mon, 7 Dec 1998 13:50:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cicero.snikrep.net ([204.157.104.243]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20793 for ; Mon, 7 Dec 1998 13:50:06 -0800 (PST) (envelope-from aron@flyingcroc.com) Received: from chaos.necropolis.org (chaos.necropolis.org [204.157.104.249]) by cicero.snikrep.net (8.8.5/8.8.5) with ESMTP id NAA24138; Mon, 7 Dec 1998 13:49:57 -0800 (PST) Date: Mon, 7 Dec 1998 13:49:56 -0800 (PST) From: aron X-Sender: aron@chaos.necropolis.org To: Rob Miracle cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: NMBCLUSTERS: Max Sane Values?? In-Reply-To: <4.1.19981207150722.00933230@central.TanSoft.COM> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG More info on my little mbuf problem after digging through more docs... This is a 3.0-RELEASE box with 512MB RAM (soon to be 1GB) running exclusively as a web server (apache 1.3.2) AFAIK it is running with the default config using lingering_close()... Would anyone by chance know if using SO_LINGER instead would be a benefit? I'm still digging around to find the appropriate timeouts to tweak to bring down my massive amounts of sockets in TIME_WAIT anyway any hints or pointers appreciated detail info follows: > netstat -m 18508/21856 mbufs in use: 7358 mbufs allocated to data 11150 mbufs allocated to packet headers 7049/9094/10240 mbuf clusters in use (current/peak/max) 20920 Kbytes allocated to network (78% in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines > netstat -Aanf inet | grep TIME_WAIT | wc -l 7171 > netstat -Aanf inet | grep FIN_WAIT_2 | wc -l 560 > ps ax | grep httpd | wc -l 702 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message