Subject: CVS commit: src/usr.bin/vmstat
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/07/2007 00:24:19
Module Name:	src
Committed By:	ad
Date:		Wed Nov  7 00:24:19 UTC 2007

Modified Files:
	src/usr.bin/vmstat: vmstat.1 vmstat.c

Log Message:
Add -C option to display pool_cache info, eg:

Pool cache statistics.
Name          Spin  Full Empty   PoolLayer  CacheLayer  Hit%    CpuLayer  Hit%
pipepl           0     1     3         385       42862  99.1      985780  95.7
fdescpl          0     0     2         310       31133  99.0     1029620  97.0
cwdipl           0     0     2         310       31227  99.0     1029714  97.0
filepl           0     1     4         680      141415  99.5    24011135  99.4


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.bin/vmstat/vmstat.1
cvs rdiff -r1.153 -r1.154 src/usr.bin/vmstat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.