]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - usr.bin/top/top.local.1
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.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, 1M Cache, 2M Buf, 1320K Free
10 Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K 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 bytes active
23 .TP
24 .B Inact:
25 number of bytes inactive
26 .TP
27 .B Wired:
28 number of bytes wired down, including cached file data pages
29 .TP
30 .B Cache:
31 number of clean bytes caching data that are available for
32 immediate reallocation
33 .TP
34 .B Buf:
35 number of bytes used for BIO-level disk caching
36 .TP
37 .B Free: 
38 number of bytes 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 bytes paged in from swap devices (last interval)
51 .TP
52 .B Out: 
53 bytes paged out to swap devices (last interval)