FreeBSD Bugzilla – Attachment 110159 Details for
Bug 151283
[patch] top(1) change pages to bytes in description of memory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.34 KB, created by
Bas Smeelen
on 2010-10-07 15:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bas Smeelen
Created:
2010-10-07 15:10:01 UTC
Size:
1.34 KB
patch
obsolete
>--- top.local.1.orig 2010-10-07 15:16:28.000000000 +0200 >+++ top.local.1 2010-10-07 15:22:48.000000000 +0200 >@@ -6,7 +6,7 @@ > At runtime the 'H' key will toggle this mode. The default is OFF. > > .SH DESCRIPTION OF MEMORY >-Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free >+Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free > Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out > > .B K: >@@ -19,23 +19,23 @@ > 1/100 > .TP > .B Active: >-number of pages active >+number of bytes active > .TP > .B Inact: >-number of pages inactive >+number of bytes inactive > .TP > .B Wired: >-number of pages wired down, including cached file data pages >+number of bytes wired down, including cached file data pages > .TP > .B Cache: >-number of clean pages caching data that are available for >+number of clean bytes caching data that are available for > immediate reallocation > .TP > .B Buf: >-number of pages used for BIO-level disk caching >+number of bytes used for BIO-level disk caching > .TP > .B Free: >-number of pages free >+number of bytes free > .TP > .B Total: > total available swap usage >@@ -47,7 +47,7 @@ > swap usage > .TP > .B In: >-pages paged in from swap devices (last interval) >+bytes paged in from swap devices (last interval) > .TP > .B Out: >-pages paged out to swap devices (last interval) >+bytes paged out to swap devices (last interval)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151283
: 110159