-
Notifications
You must be signed in to change notification settings - Fork 1
/
utop.1
105 lines (101 loc) · 1.78 KB
/
utop.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.IX Title UTOP
.TH UTOP UTOP_VERSION
.nh
.SH "utop"
.IX Header "utop"
utop \- process control
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
utop [\-f] [\-d] [\-b] [\-k]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
.B utop
is a simple tree-rendering process monitor.
.SH "UTOP COMMANDS"
.IX Header "UTOP COMMANDS"
.SS "Navigation Keys"
.IX Subsection "Navigation Keys"
.PP
vi (1) style navigation:
.PP
Single movement: j, k, h, l
.PP
Screen based: H, M, L
.PP
Scrolling: ^E, ^Y, ^U, ^D, ^F, ^B
.PP
Start of process names: ^
.PP
End of process names: $
.SS "Normal Modes Keys"
.IX Subsection "Normal Modes Keys"
/ - enter search
.PP
? - enter pid search
.PP
g - goto top
.PP
G - goto bottom
.PP
q - exit
.PP
f - freeze process updates
.PP
^K - lock to process
.PP
d - kill selected process
.PP
I - lsof selected process
.PP
i - info on selected process
.PP
s - trace selected process
.PP
a - attach gdb to the selected process
.PP
! - set the environment variable \fI$UTOP_PID\fR to the selected process' PID
and execute a shell
.PP
r - renice selected process
.PP
o - goto locked process
.PP
O - goto $$
.PP
^L - redraw screen
.PP
Note: the "selected process" is overridden by the locked process
.SS "Search Mode Keys"
.IX Subsection "Search Mode Keys"
^K - lock to current search target
.PP
^p, ^n - next/prev search
.PP
.SH "OPTIONS"
.IX Header "OPTIONS"
\fB\-f\fR
Don't prompt for lsof, trace, etc
.PP
\fB\-d\fR
Enable debug messages on stderr
.PP
\fB\-b\fR
Show only program basenames
.PP
\fB\-k\fR
Show kernel threads
.PP
.SH AUTHORS
.IX Header "AUTHORS"
Rob Pilling <robpilling@gmail.com>
.PP
Florian Unglaub <f.unglaub@gmail.com>
.SH "VERSION"
.IX Header "VERSION"
Version UTOP_VERSION
.SH "NOTES"
.IX Header "NOTES"
Bugless software!
.SH "SEE ALSO"
.IX Header "SEE ALSO"
top (1), htop (1), ps (1), kvm (3), sysctl (3)