]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 237646,237656,238020:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Aug 2012 19:55:31 +0000 (19:55 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Aug 2012 19:55:31 +0000 (19:55 +0000)
commit8bf73688df7c46a542d4cf22215447ea0ac3fb85
treef6478c7954617088b0910f9f694ab23439465cdd
parentcdcc275277ea734fc645d7b8f2fd30c2a22bd3f2
MFC 237646,237656,238020:
- Add a new line to top that provides a brief summary of the ZFS ARC memory
  usage on hosts using ZFS.  The new line displays the total amount of RAM
  used by the ARC along with the size of MFU, MRU, anonymous (in flight),
  headers, and other (miscellaneous) sub-categories.  The line is not
  displayed on systems that are not using ZFS.
- Clarify that the cached file data pages included in the "Wired" count
  in top are the BIO-level cached data (i.e. "Buf"), since the previous
  phrase was a bit ambiguous with the "Cache" count.

git-svn-id: svn://svn.freebsd.org/base/stable/8@239751 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/top/display.c
contrib/top/layout.h
contrib/top/machine.h
contrib/top/top.c
usr.bin/top/machine.c
usr.bin/top/top.local.1