From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 15 16:04:35 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEF816A4CE for ; Tue, 15 Feb 2005 16:04:35 +0000 (GMT) Received: from sollube.sarenet.es (sollube.sarenet.es [192.148.167.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F7743D2D for ; Tue, 15 Feb 2005 16:04:35 +0000 (GMT) (envelope-from borjamar@sarenet.es) Received: from [127.0.0.1] (borja.sarenet.es [192.148.167.77]) by sollube.sarenet.es (Postfix) with ESMTP id 11D4AE4E; Tue, 15 Feb 2005 17:04:33 +0100 (CET) In-Reply-To: <200502151655.09800.max@love2party.net> References: <02266ed294653cda2452e7ac0a713c2c@sarenet.es> <200502151655.09800.max@love2party.net> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4ea9003de5b6c277f379f8422f26f02c@sarenet.es> Content-Transfer-Encoding: 7bit From: Borja Marcos Date: Tue, 15 Feb 2005 17:04:33 +0100 To: Max Laier X-Mailer: Apple Mail (2.619.2) cc: freebsd-hackers@freebsd.org Subject: Re: MBUF statistics X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 16:04:35 -0000 > I use "$vmstat -z | grep Mbuf". The netstat -m output is broken, > because > fixing this would impose an additional atomic operation on each > alloc/free > which is a real performance killer. Humm. Will check the vm.zone sysctl, thanks :-) I guess there's a lot of interesting info there, but some of it will wait for the next version. Borja.