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

看板FB_svn作者時間13年前 (2012/06/27 21:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
文章代碼(AID): #1FwmGENA (FB_svn)