Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2012 12:30:56 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237646 - head/usr.bin/top
Message-ID:  <201206271230.q5RCUuwf010448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206271230.q5RCUuwf010448>