From owner-cvs-src@FreeBSD.ORG Sun May 29 13:40:01 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 1E99F16A41C; Sun, 29 May 2005 13:40:01 +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 D732D43D1D; Sun, 29 May 2005 13:40:00 +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 j4TDe0nG001659; Sun, 29 May 2005 13:40:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4TDe0bV001658; Sun, 29 May 2005 13:40:00 GMT (envelope-from rwatson) Message-Id: <200505291340.j4TDe0bV001658@repoman.freebsd.org> From: Robert Watson Date: Sun, 29 May 2005 13:40:00 +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/usr.bin/vmstat vmstat.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: Sun, 29 May 2005 13:40:01 -0000 rwatson 2005-05-29 13:40:00 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.c Log: Modify vmstat(8)'s domem() routine, which is responsible for extracting malloc(9) statistics from kernel memory or a kernel coredump, to catch up with recent changes to adopt per-CPU malloc(9) statistics. The new routines walk the per-CPU statistics pools and coalesce them for presentation to the user. Revision Changes Path 1.86 +38 -7 src/usr.bin/vmstat/vmstat.c