From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 07:19:59 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 49F2A16A426 for ; Fri, 17 Mar 2006 07:19:59 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: from mailhub.ihlas.net.tr (mailhub.ihlas.net.tr [213.238.128.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56DFE43D45 for ; Fri, 17 Mar 2006 07:19:57 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: (qmail 25887 invoked from network); 17 Mar 2006 07:20:24 -0000 Received: from unknown (HELO ihlasnetym) (maslak@213.238.150.220) by 0 with ESMTPA; 17 Mar 2006 07:20:24 -0000 Message-ID: <009401c64993$104ab730$dc96eed5@ihlasnetym> From: "Halid Faith" To: Date: Fri, 17 Mar 2006 09:19:00 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 07:19:59 -0000 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