]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/top/top.local.1
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.bin / top / top.local.1
1 .\" $FreeBSD$
2 .SH "FreeBSD NOTES"
3
4 .SH DESCRIPTION OF MEMORY
5 Mem: 61M Active, 86M Inact, 1M Laundry, 22G Wired, 2M Buf, 102G Free
6 ARC: 15G Total, 9303M MFU, 6155M MRU, 1464K Anon, 98M Header, 35M Other
7      15G Compressed, 27G Uncompressed, 1.75:1 Ratio, 174M Overhead
8 Swap: 4096M Total, 532M Free, 13% Inuse, 80K In, 104K Out
9 .TP
10 .B K:
11 Kilobyte
12 .TP
13 .B M:
14 Megabyte
15 .TP
16 .B G:
17 Gigabyte
18 .TP
19 .B %:
20 1/100
21 .SS Physical Memory Stats
22 .TP
23 .B Active:
24 number of bytes active
25 .TP
26 .B Inact:
27 number of clean bytes inactive
28 .TP
29 .B Laundry:
30 number of dirty bytes queued for laundering
31 .TP
32 .B Wired:
33 number of bytes wired down, including BIO-level cached file data pages
34 .TP
35 .B Buf:
36 number of bytes used for BIO-level disk caching
37 .TP
38 .B Free:
39 number of bytes free
40 .SS ZFS ARC Stats
41 These stats are only displayed when the ARC is in use.
42 .TP
43 .B Total:
44 number of wired bytes used for the ZFS ARC
45 .TP
46 .B MRU:
47 number of ARC bytes holding most recently used data
48 .TP
49 .B MFU:
50 number of ARC bytes holding most frequently used data
51 .TP
52 .B Anon:
53 number of ARC bytes holding in flight data
54 .TP
55 .B Header:
56 number of ARC bytes holding headers
57 .TP
58 .B Other:
59 miscellaneous ARC bytes
60 .TP
61 .B Compressed:
62 bytes of memory used by ARC caches
63 .TP
64 .B Uncompressed:
65 bytes of data stored in ARC caches before compression
66 .TP
67 .B Ratio:
68 compression ratio of data cached in the ARC
69 .SS Swap Stats
70 .TP
71 .B Total:
72 total available swap usage
73 .TP
74 .B Free:
75 total free swap usage
76 .TP
77 .B Inuse:
78 swap usage
79 .TP
80 .B In:
81 bytes paged in from swap devices (last interval)
82 .TP
83 .B Out:
84 bytes paged out to swap devices (last interval)