From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 15 11:38:11 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 F125516A4CE for ; Tue, 15 Feb 2005 11:38:11 +0000 (GMT) Received: from sollube.sarenet.es (sollube.sarenet.es [192.148.167.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B078C43D2F for ; Tue, 15 Feb 2005 11:38:11 +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 66A861622 for ; Tue, 15 Feb 2005 12:38:05 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: <02266ed294653cda2452e7ac0a713c2c@sarenet.es> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-hackers@freebsd.org From: Borja Marcos Date: Tue, 15 Feb 2005 12:38:07 +0100 X-Mailer: Apple Mail (2.619.2) Subject: 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 11:38:12 -0000 Hello, Looking at the mbuf statistics available in FreeBSD 4 and FreeBSD 5 I can see that the statistics available in FreeBSD 5 are, surprisingly, much less comprehensive. Is there any other place where I can find out how many mbuf requests have been done, how many of them have waited, how many have failed, etc? I think that it's an interesting resource to graph in a Orca performance monitor for FreeBSD. Best regards, Borja.