Merge branch 'vendor/FILE'
[dragonfly.git] / usr.bin / top / top.local.1
1 .\" $DragonFly: src/usr.bin/top/top.local.1,v 1.4 2008/03/27 19:37:15 corecode Exp $
2 .SH "DragonFly NOTES"
3
4 .SH DESCRIPTION OF MEMORY
5 Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
6 Swap:   91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
7
8 .TP
9 .B K:
10 Kilobyte
11 .TP
12 .B M:
13 Megabyte
14 .TP
15 .B %:
16 1/100
17 .TP
18 .B Active:
19 number of pages active
20 .TP
21 .B Inact:
22 number of pages inactive
23 .TP
24 .B Wired:
25 number of pages wired down, including cached file data pages
26 .TP
27 .B Cache:
28 number of pages used for VM-level disk caching
29 .TP
30 .B Buf:
31 number of pages used for BIO-level disk caching
32 .TP
33 .B Free:
34 number of pages free
35 .TP
36 .B Total:
37 total available swap usage
38 .TP
39 .B Free:
40 total free swap usage
41 .TP
42 .B Inuse:
43 swap usage
44 .TP
45 .B In:
46 pages paged in from swap devices (last interval)
47 .TP
48 .B Out:
49 pages paged out to swap devices (last interval)