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