From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 22 13:41:23 2003 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 7D5DC16A4B3 for ; Wed, 22 Oct 2003 13:41:23 -0700 (PDT) Received: from mwinf0501.wanadoo.fr (smtp5.wanadoo.fr [193.252.22.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74FA743F3F for ; Wed, 22 Oct 2003 13:41:20 -0700 (PDT) (envelope-from vjardin@free.fr) Received: from 192.168.0.15 (AVelizy-102-1-4-22.w80-11.abo.wanadoo.fr [80.11.204.22]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id 12B0C4002C2 for ; Wed, 22 Oct 2003 22:41:19 +0200 (CEST) From: Vincent Jardin To: hackers@freebsd.org Date: Thu, 23 Oct 2003 00:42:23 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310230042.23634.vjardin@free.fr> Subject: contigmalloc/contigfree vmstat -m 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: Wed, 22 Oct 2003 20:41:23 -0000 Hi, When contigmalloc and contigfree are used, the type of memory (M_xxx) is ignored. Then vmstat -m does not report any statistics about the memory usage of this kind of object. Is it a bug or a feature ? Regards, Vincent