From owner-freebsd-hackers Mon Nov 11 12:38:23 2002 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 E1C5837B401 for ; Mon, 11 Nov 2002 12:38:22 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916E143E7B for ; Mon, 11 Nov 2002 12:38:22 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3199E72FD1; Mon, 11 Nov 2002 12:36:36 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2D4B372FCC; Mon, 11 Nov 2002 12:36:36 -0800 (PST) Date: Mon, 11 Nov 2002 12:36:36 -0800 (PST) From: Doug White To: Chuck Tuffli Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: vmstat to detect memory leaks? In-Reply-To: <20021111001006.GA20683@cre85086tuf.rose.agilent.com> Message-ID: <20021111123609.H91238-100000@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 10 Nov 2002, Chuck Tuffli wrote: > I'm developing a loadable module and was wondering if I can use the > output of vmstat to figure out if there is memory leak over the course > of some testing. For example, vmstat -m is probably what you want. That lists the kernel memory allocations. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message