From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 08:49:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9F916A401 for ; Fri, 17 Mar 2006 08:49:23 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D8C943D4C for ; Fri, 17 Mar 2006 08:49:22 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so547092nzo for ; Fri, 17 Mar 2006 00:49:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tTDA28ZoSlz0acjvhCeJkw1HMHzwuhjdog7GtdxKLQN7/SlYXjcspPvJ0X+33aZPwUYDPb1bf/CpU6COTMEPHoc0uFKVlSN87oOekTkn10VPqUarDt4bFZo3GyvmvnrDPi1xcTVaaCUccqImM61AtCKVNKRuyghudphX2ZtYS4o= Received: by 10.36.113.12 with SMTP id l12mr2088979nzc; Fri, 17 Mar 2006 00:49:22 -0800 (PST) Received: by 10.37.22.74 with HTTP; Fri, 17 Mar 2006 00:49:22 -0800 (PST) Message-ID: Date: Fri, 17 Mar 2006 11:49:22 +0300 From: "Andrew Pantyukhin" To: "Halid Faith" In-Reply-To: <009401c64993$104ab730$dc96eed5@ihlasnetym> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <009401c64993$104ab730$dc96eed5@ihlasnetym> Cc: freebsd-questions@freebsd.org Subject: Re: about mbuf clusters value X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 08:49:23 -0000 On 3/17/06, Halid Faith wrote: > Hello > > On Freebsd6.0-release, > When I type netstat -m I see below; > netstat -m > 4293870790 mbufs in use > 330335/65535 mbuf clusters in use (current/max) > 0/6/4528 sfbufs in use (current/peak/max) > 386543 KBytes allocated to network > 0 requests for sfbufs denied > 0 requests for sfbufs delayed > 0 requests for I/O initiated by sendfile > 11 calls to protocol drain routines > > > That is, the current value of mbuf clusters is more than it's max value. > Does This condition cause any problem ? > what shoul I do ? > > Thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > You cannot possibly live with that :-) Are you sure that's 6.0? Are you sure that netstat is from 6.0? 'Cuz this is how it looks in a normal 6.0: 1024/2966/3990 mbufs in use (current/cache/total) 984/2608/3592/24768 mbuf clusters in use (current/cache/total/max) 0/5/6448 sfbufs in use (current/peak/max) 2262K/5957K/8220K bytes allocated to network (current/cache/total) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 12 calls to protocol drain routines Try rebuilding your world.