top: Describe new output "CTIME" in man page.
[dragonfly.git] / usr.bin / top / top.local.1
blobd779a366fc73a564decb31788a5a32f691b3c360
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
6 CTIME: The display of WCPU has been removed in favour of CTIME, which represents the
7 cumulated CPU time of the process and it's exited child processes. This value is the
8 same as 'ps -S' displays as CPU time.
9 The output can be sorted by CTIME either by using option -o ctime at startup or by
10 pressing 'o' and entering ctime in interactive mode.
11 .SS DESCRIPTION OF MEMORY
12 Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
13 Swap:   91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
15 .TP
16 .B K:
17 Kilobyte
18 .TP
19 .B M:
20 Megabyte
21 .TP
22 .B %:
23 1/100
24 .TP
25 .B Active:
26 number of pages active
27 .TP
28 .B Inact:
29 number of pages inactive
30 .TP
31 .B Wired:
32 number of pages wired down, including cached file data pages
33 .TP
34 .B Cache:
35 number of pages used for VM-level disk caching
36 .TP
37 .B Buf:
38 number of pages used for BIO-level disk caching
39 .TP
40 .B Free:
41 number of pages free
42 .TP
43 .B Total:
44 total available swap usage
45 .TP
46 .B Free:
47 total free swap usage
48 .TP
49 .B Inuse:
50 swap usage
51 .TP
52 .B In:
53 pages paged in from swap devices (last interval)
54 .TP
55 .B Out:
56 pages paged out to swap devices (last interval)