|
Lines 6-12
Link Here
|
| 6 |
At runtime the 'H' key will toggle this mode. The default is OFF. |
6 |
At runtime the 'H' key will toggle this mode. The default is OFF. |
| 7 |
|
7 |
|
| 8 |
.SH DESCRIPTION OF MEMORY |
8 |
.SH DESCRIPTION OF MEMORY |
| 9 |
Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free |
9 |
Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free |
| 10 |
Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out |
10 |
Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out |
| 11 |
|
11 |
|
| 12 |
.B K: |
12 |
.B K: |
|
Lines 19-41
Link Here
|
| 19 |
1/100 |
19 |
1/100 |
| 20 |
.TP |
20 |
.TP |
| 21 |
.B Active: |
21 |
.B Active: |
| 22 |
number of pages active |
22 |
number of bytes active |
| 23 |
.TP |
23 |
.TP |
| 24 |
.B Inact: |
24 |
.B Inact: |
| 25 |
number of pages inactive |
25 |
number of bytes inactive |
| 26 |
.TP |
26 |
.TP |
| 27 |
.B Wired: |
27 |
.B Wired: |
| 28 |
number of pages wired down, including cached file data pages |
28 |
number of bytes wired down, including cached file data pages |
| 29 |
.TP |
29 |
.TP |
| 30 |
.B Cache: |
30 |
.B Cache: |
| 31 |
number of clean pages caching data that are available for |
31 |
number of clean bytes caching data that are available for |
| 32 |
immediate reallocation |
32 |
immediate reallocation |
| 33 |
.TP |
33 |
.TP |
| 34 |
.B Buf: |
34 |
.B Buf: |
| 35 |
number of pages used for BIO-level disk caching |
35 |
number of bytes used for BIO-level disk caching |
| 36 |
.TP |
36 |
.TP |
| 37 |
.B Free: |
37 |
.B Free: |
| 38 |
number of pages free |
38 |
number of bytes free |
| 39 |
.TP |
39 |
.TP |
| 40 |
.B Total: |
40 |
.B Total: |
| 41 |
total available swap usage |
41 |
total available swap usage |
|
Lines 47-53
Link Here
|
| 47 |
swap usage |
47 |
swap usage |
| 48 |
.TP |
48 |
.TP |
| 49 |
.B In: |
49 |
.B In: |
| 50 |
pages paged in from swap devices (last interval) |
50 |
bytes paged in from swap devices (last interval) |
| 51 |
.TP |
51 |
.TP |
| 52 |
.B Out: |
52 |
.B Out: |
| 53 |
pages paged out to swap devices (last interval) |
53 |
bytes paged out to swap devices (last interval) |