Date: Sun, 29 May 2005 13:40:00 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Message-ID: <200505291340.j4TDe0bV001658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505291340.j4TDe0bV001658>