From owner-cvs-src@FreeBSD.ORG Thu Oct 20 16:39:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D3C16A41F; Thu, 20 Oct 2005 16:39:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B1F43D5A; Thu, 20 Oct 2005 16:39:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9KGdX72006627; Thu, 20 Oct 2005 16:39:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9KGdXZa006626; Thu, 20 Oct 2005 16:39:33 GMT (envelope-from rwatson) Message-Id: <200510201639.j9KGdXZa006626@repoman.freebsd.org> From: Robert Watson Date: Thu, 20 Oct 2005 16:39:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 16:39:34 -0000 rwatson 2005-10-20 16:39:33 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Add a "show uma" command to DDB, which prints out the current stats for available UMA zones. Quite useful for post-mortem debugging of memory leaks without a dump device configured on a panicked box. MFC after: 2 weeks Revision Changes Path 1.132 +36 -0 src/sys/vm/uma_core.c