View | Details | Raw Unified | Return to bug 142917 | Differences between
and this patch

Collapse All | Expand All

(-)b/usr.bin/top/top.local.1 (+42 lines)
Lines 50-52 bytes paged in from swap devices (last interval) Link Here
50
.TP
50
.TP
51
.B Out: 
51
.B Out: 
52
bytes paged out to swap devices (last interval)
52
bytes paged out to swap devices (last interval)
53
.SH ORDERING KEYWORDS
54
.TP
55
.B jid:
56
Sort by
57
.IR jail (8)
58
ID.
59
.TP
60
.B threads:
61
Sort by number of threads per process
62
.TP
63
.B pri:
64
Sort by priority
65
.TP
66
.B size:
67
Sort by total size
68
.TP
69
.B res:
70
Sort by resident memory
71
.TP
72
.B cpu:
73
Sort by CPU
74
.TP
75
.B time:
76
Sort by system and user CPU seconds
77
.TP
78
.B total:
79
Sort by total io accesses per second
80
.TP
81
.B vcsw:
82
Sort by number of voluntary context switches per second
83
.TP
84
.B ivcsw:
85
Sort by number of involuntary context switches per second
86
.TP
87
.B read:
88
Sort by number of reads per second
89
.TP
90
.B write:
91
Sort by number of writes per seoncond
92
.TP
93
.B fault:
94
Sort by number of read/write defects per second

Return to bug 142917