]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - usr.bin/top/top.local.1
MFC r232844: Remove extraneous log message
[FreeBSD/releng/9.1.git] / usr.bin / top / top.local.1
1 .\" $FreeBSD$
2 .SH "FreeBSD NOTES"
3
4 .SH DESCRIPTION OF MEMORY
5 Mem: 9220K Active, 1M Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
6 Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out
7 .TP
8 .B K:
9 Kilobyte
10 .TP
11 .B M:
12 Megabyte
13 .TP
14 .B G:
15 Gigabyte
16 .TP
17 .B %:
18 1/100
19 .TP
20 .B Active:
21 number of bytes active
22 .TP
23 .B Inact:
24 number of bytes inactive
25 .TP
26 .B Wired:
27 number of bytes wired down, including cached file data pages
28 .TP
29 .B Cache:
30 number of clean bytes caching data that are available for
31 immediate reallocation
32 .TP
33 .B Buf:
34 number of bytes used for BIO-level disk caching
35 .TP
36 .B Free:
37 number of bytes free
38 .TP
39 .B Total:
40 total available swap usage
41 .TP
42 .B Free:
43 total free swap usage
44 .TP
45 .B Inuse:
46 swap usage
47 .TP
48 .B In:
49 bytes paged in from swap devices (last interval)
50 .TP
51 .B Out:
52 bytes paged out to swap devices (last interval)