Deleted Added
full compact
top.local.1 (172039) top.local.1 (215239)
1.\" $FreeBSD: head/usr.bin/top/top.local.1 172039 2007-09-02 10:29:16Z ru $
1.\" $FreeBSD: head/usr.bin/top/top.local.1 215239 2010-11-13 11:43:20Z brucec $
2.SH "FreeBSD NOTES"
3
4.SH DISPLAY OF THREADS
5The '-H' option will toggle the display of kernel visible thread contexts.
6At runtime the 'H' key will toggle this mode. The default is OFF.
7
8.SH DESCRIPTION OF MEMORY
2.SH "FreeBSD NOTES"
3
4.SH DISPLAY OF THREADS
5The '-H' option will toggle the display of kernel visible thread contexts.
6At runtime the 'H' key will toggle this mode. The default is OFF.
7
8.SH DESCRIPTION OF MEMORY
9Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
10Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
9Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
10Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out
11
12.B K:
13Kilobyte
14.TP
15.B M:
16Megabyte
17.TP
18.B %:
191/100
20.TP
21.B Active:
11
12.B K:
13Kilobyte
14.TP
15.B M:
16Megabyte
17.TP
18.B %:
191/100
20.TP
21.B Active:
22number of pages active
22number of bytes active
23.TP
24.B Inact:
23.TP
24.B Inact:
25number of pages inactive
25number of bytes inactive
26.TP
27.B Wired:
26.TP
27.B Wired:
28number of pages wired down, including cached file data pages
28number of bytes wired down, including cached file data pages
29.TP
30.B Cache:
29.TP
30.B Cache:
31number of clean pages caching data that are available for
31number of clean bytes caching data that are available for
32immediate reallocation
33.TP
34.B Buf:
32immediate reallocation
33.TP
34.B Buf:
35number of pages used for BIO-level disk caching
35number of bytes used for BIO-level disk caching
36.TP
37.B Free:
36.TP
37.B Free:
38number of pages free
38number of bytes free
39.TP
40.B Total:
41total available swap usage
42.TP
43.B Free:
44total free swap usage
45.TP
46.B Inuse:
47swap usage
48.TP
49.B In:
39.TP
40.B Total:
41total available swap usage
42.TP
43.B Free:
44total free swap usage
45.TP
46.B Inuse:
47swap usage
48.TP
49.B In:
50pages paged in from swap devices (last interval)
50bytes paged in from swap devices (last interval)
51.TP
52.B Out:
51.TP
52.B Out:
53pages paged out to swap devices (last interval)
53bytes paged out to swap devices (last interval)