Date: Fri, 19 Aug 2005 00:07:06 +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 Makefile vmstat.c Message-ID: <200508190007.j7J076Cl078995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-08-19 00:07:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/vmstat Makefile vmstat.c Log: Merge Makefile:1.12, vmstat.c:1.87 from HEAD to RELENG_6: Teach vmstat -m and vmstat -z to use libmemstat(3). Certain statistics from -z are now a bit different due to changes in the way statistics are now measured. Reproduce with some amount of accuracy the slightly obscure layouts adopted by the two kernel sysctls. In the future, we might want to normalize them. GC dosysctl(), which is now no longer used. Merge vmstat.c:1.88 from HEAD to RELENG_6: Minor syntax tweaks: - Remove some extra blank lines. - Remove comments that don't contribute to understanding. - Remove additional blank lines in output added to maximize compatibility with older vmstat output, but that is actually somewhat gratuitous. Submitted by: bde Approved by: re (kensmith) Revision Changes Path 1.11.8.1 +2 -2 src/usr.bin/vmstat/Makefile 1.86.2.1 +77 -21 src/usr.bin/vmstat/vmstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508190007.j7J076Cl078995>