top - Import DragonFly specific patches for 3.8beta1.
[dragonfly.git] / usr.bin / top / top.local.1
blob07b38caf2ce376a301a4cb5eb848727f21b9061f
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 .SS EXTRA OPTIONS
4 -M :  Enable Multi-CPU display
5 .SS DESCRIPTION OF MEMORY
6 Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
7 Swap:   91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
9 .TP
10 .B K:
11 Kilobyte
12 .TP
13 .B M:
14 Megabyte
15 .TP
16 .B %:
17 1/100
18 .TP
19 .B Active:
20 number of pages active
21 .TP
22 .B Inact:
23 number of pages inactive
24 .TP
25 .B Wired:
26 number of pages wired down, including cached file data pages
27 .TP
28 .B Cache:
29 number of pages used for VM-level disk caching
30 .TP
31 .B Buf:
32 number of pages used for BIO-level disk caching
33 .TP
34 .B Free:
35 number of pages free
36 .TP
37 .B Total:
38 total available swap usage
39 .TP
40 .B Free:
41 total free swap usage
42 .TP
43 .B Inuse:
44 swap usage
45 .TP
46 .B In:
47 pages paged in from swap devices (last interval)
48 .TP
49 .B Out:
50 pages paged out to swap devices (last interval)