svn commit: r237646 - head/usr.bin/top

John Baldwin jhb at FreeBSD.org
Wed Jun 27 12:30:57 UTC 2012


Author: jhb
Date: Wed Jun 27 12:30:56 2012
New Revision: 237646
URL: http://svn.freebsd.org/changeset/base/237646

Log:
  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.
  
  MFC after:	3 days

Modified:
  head/usr.bin/top/top.local.1

Modified: head/usr.bin/top/top.local.1
==============================================================================
--- head/usr.bin/top/top.local.1	Wed Jun 27 12:19:28 2012	(r237645)
+++ head/usr.bin/top/top.local.1	Wed Jun 27 12:30:56 2012	(r237646)
@@ -24,7 +24,7 @@ number of bytes active
 number of bytes inactive
 .TP
 .B Wired:
-number of bytes wired down, including cached file data pages
+number of bytes wired down, including BIO-level cached file data pages
 .TP
 .B Cache:
 number of clean bytes caching data that are available for


More information about the svn-src-head mailing list