On Mon, 12.11.2007 at 04:08:45 -0600, Kevin Day wrote: > ts1# vmstat -m > > Type InUse MemUse HighUse Requests Size(s) > allocindir 12 1K 2623K532365228 64 > newblk 1 1K 1K602736113 64,256 > NFSV3 srvdesc 0 0K 2K107739750 16,256 > pcb 328 10K 42K176212363 16,32,64,2048 > soname 42 2K 142K5018511311 16,32,128 > mbextcnt 20 1K 104K191273380 16 > iov 0 0K 12K3784306761 > 16,32,64,128,256,512,1024,2048,4096
Totally nitpicking, but could someone please fix up that format string, so there is always at least one space between HighUse and Requests (looks like there are two spaces between Requests and Sizes.) People might depend on, eg., awk '{print $5}' always printing the right field. Thanks, Ulrich Spoerlein -- It is better to remain silent and be thought a fool, than to speak, and remove all doubt. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"