htop.1.in 12.5 KB
Newer Older
Hisham Muhammad's avatar
Hisham Muhammad committed
1
.TH "HTOP" "1" "2015" "@PACKAGE_STRING@" "Utils"
Hisham Muhammad's avatar
Hisham Muhammad committed
2
3
.SH "NAME"
htop \- interactive process viewer
Hisham Muhammad's avatar
Hisham Muhammad committed
4
.SH "SYNOPSIS"
Hisham Muhammad's avatar
Hisham Muhammad committed
5
.LP 
6
.B htop [\fI\-dChustv\fR]
Hisham Muhammad's avatar
Hisham Muhammad committed
7
8
.SH "DESCRIPTION"
.LP 
Hisham Muhammad's avatar
Hisham Muhammad committed
9
Htop is a free (GPL) ncurses-based process viewer for Linux.
Hisham Muhammad's avatar
Hisham Muhammad committed
10
.LP
Hisham Muhammad's avatar
Hisham Muhammad committed
11
12
It is similar to top, but allows you to scroll vertically and horizontally,
so you can see all the processes running on the system, along with their full
13
command lines, as well as viewing them as a process tree, selecting multiple
14
processes and acting on them all at once.
Hisham Muhammad's avatar
Hisham Muhammad committed
15
16
17
18
.LP
Tasks related to processes (killing, renicing) can be done without
entering their PIDs.
.br 
Hisham Muhammad's avatar
Hisham Muhammad committed
19
.SH "COMMAND-LINE OPTIONS"
Hisham Muhammad's avatar
Hisham Muhammad committed
20
.LP
21
Mandatory arguments to long options are mandatory for short options too.
Hisham Muhammad's avatar
Hisham Muhammad committed
22
23
.LP 
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
24
\fB\-d \-\-delay=DELAY\fR
Hisham Muhammad's avatar
Hisham Muhammad committed
25
26
Delay between updates, in tenths of seconds
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
27
28
29
30
31
32
\fB\-C \-\-no-color \-\-no-colour\fR
Start htop in monochrome mode
.TP
\fB\-h \-\-help
Display a help message and exit
.TP
33
34
\fB\-p \-\-pid=PID,PID...\fR
Show only the given PIDs
Hisham Muhammad's avatar
Hisham Muhammad committed
35
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
36
37
38
\fB\-s \-\-sort\-key COLUMN\fR
Sort by this column (use \-\-sort\-key help for a column list)
.TP
39
40
41
\fB\-u \-\-user=USERNAME\fR
Show only the processes of a given user
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
42
43
\fB\-v \-\-version
Output version information and exit
44
45
46
.TP
\fB\-t \-\-tree
Show processes in tree view
Hisham Muhammad's avatar
Hisham Muhammad committed
47
48
.PP
.br 
Hisham Muhammad's avatar
Hisham Muhammad committed
49
50
.SH "INTERACTIVE COMMANDS"
.LP 
Hisham Muhammad's avatar
Hisham Muhammad committed
51
The following commands are supported while in htop:
Hisham Muhammad's avatar
Hisham Muhammad committed
52
53
.LP 
.TP 5
Hisham's avatar
Hisham committed
54
.B Up, Alt-k
Viktor Szépe's avatar
Viktor Szépe committed
55
Select (highlight) the previous process in the process list. Scroll the list
56
57
58
if necessary.
.TP
.B Down, Alt-j
Viktor Szépe's avatar
Viktor Szépe committed
59
Select (highlight) the next process in the process list. Scroll the list if
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
necessary.
.TP
.B Left, Alt-h
Scroll the process list left.
.TP
.B Right, Alt-l
Scroll the process list right.
.TP
.B PgUp, PgDn
Scroll the process list up or down one window.
.TP
.B Home
Scroll to the top of the process list and select the first process.
.TP
.B End
Scroll to the bottom of the process list and select the last process.
.TP
Hisham's avatar
Hisham committed
77
.B Ctrl-A, ^
78
79
Scroll left to the beginning of the process entry (i.e. beginning of line).
.TP
Hisham's avatar
Hisham committed
80
.B Ctrl-E, $
81
Scroll right to the end of the process entry (i.e. end of line).
Hisham Muhammad's avatar
Hisham Muhammad committed
82
83
.TP
.B Space
Hisham Muhammad's avatar
Hisham Muhammad committed
84
Tag or untag a process. Commands that can operate on multiple processes,
Hisham Muhammad's avatar
Hisham Muhammad committed
85
86
87
like "kill", will then apply over the list of tagged processes, instead
of the currently highlighted one.
.TP
88
89
90
91
92
.B c
Tag the current process and its children. Commands that can operate on multiple
processes, like "kill", will then apply over the list of tagged processes,
instead of the currently highlighted one.
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
93
.B U
94
Untag all processes (remove all tags added with the Space or c keys).
Hisham Muhammad's avatar
Hisham Muhammad committed
95
96
97
98
99
100
.TP
.B s
Trace process system calls: if strace(1) is installed, pressing this key
will attach it to the currently selected process, presenting a live
update of system calls issued by the process.
.TP
Hisham Muhammad's avatar
doc fix    
Hisham Muhammad committed
101
102
103
104
.B l
Display open files for a process: if lsof(1) is installed, pressing this key
will display the list of file descriptors opened by the process.
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
105
106
.B F1, h, ?
Go to the help screen
Hisham Muhammad's avatar
Hisham Muhammad committed
107
108
.TP
.B F2, S
Hisham Muhammad's avatar
Hisham Muhammad committed
109
110
111
Go to the setup screen, where you can configure the meters displayed at the top
of the screen, set various display options, choose among color schemes, and
select which columns are displayed, in which order.
Hisham Muhammad's avatar
Hisham Muhammad committed
112
113
.TP
.B F3, /
Hisham Muhammad's avatar
Hisham Muhammad committed
114
115
116
Incrementally search the command lines of all the displayed processes. The
currently selected (highlighted) command will update as you type. While in
search mode, pressing F3 will cycle through matching occurrences.
Hisham Muhammad's avatar
Hisham Muhammad committed
117
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
118
.B F4, \\\\
Hisham Muhammad's avatar
Hisham Muhammad committed
119
120
121
122
Incremental process filtering: type in part of a process command line and
only processes whose names match will be shown. To cancel filtering,
enter the Filter option again and press Esc.
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
123
124
125
126
127
128
.B F5, t
Tree view: organize processes by parenthood, and layout the relations
between them as a tree. Toggling the key will switch between tree and
your previously selected sort view. Selecting a sort view will exit
tree view.
.TP
129
130
131
132
133
.B F6
On sorted view, select a field for sorting, also accessible through < and >.
The current sort field is indicated by a highlight in the header.
On tree view, expand or collapse the current subtree. A "+" indicator in the
tree node indicates that it is collapsed.
Hisham Muhammad's avatar
Hisham Muhammad committed
134
.TP
135
.B F7, ]
Hisham Muhammad's avatar
Hisham Muhammad committed
136
137
Increase the selected process's priority (subtract from 'nice' value).
This can only be done by the superuser.
Hisham Muhammad's avatar
Hisham Muhammad committed
138
.TP
139
.B F8, [
Hisham Muhammad's avatar
Hisham Muhammad committed
140
Decrease the selected process's priority (add to 'nice' value)
Hisham Muhammad's avatar
Hisham Muhammad committed
141
142
143
144
145
146
147
148
149
.TP
.B F9, k
"Kill" process: sends a signal which is selected in a menu, to one or a group
of processes. If processes were tagged, sends the signal to all tagged processes.
If none is tagged, sends to the currently selected process.
.TP
.B F10, q
Quit
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
150
151
152
153
154
.B I
Invert the sort order: if sort order is increasing, switch to decreasing, and
vice-versa.
.TP
.B +, \- 
Hisham Muhammad's avatar
Hisham Muhammad committed
155
156
157
When in tree view mode, expand or collapse subtree. When a subtree is collapsed
a "+" sign shows to the left of the process name.
.TP
158
159
160
.B a (on multiprocessor machines)
Set CPU affinity: mark which CPUs a process is allowed to use.
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
.B u
Show only processes owned by a specified user.
.TP
.B M
Sort by memory usage (top compatibility key).
.TP
.B P
Sort by processor usage (top compatibility key).
.TP
.B T
Sort by time (top compatibility key).
.TP
.B F
"Follow" process: if the sort order causes the currently selected process
to move in the list, make the selection bar follow it. This is useful for
monitoring a process: this way, you can keep a process always visible on
screen. When a movement key is used, "follow" loses effect.
.TP
.B K
Hide kernel threads: prevent the threads belonging the kernel to be
displayed in the process list. (This is a toggle key.)
.TP
.B H
Hide user threads: on systems that represent them differently than ordinary
processes (such as recent NPTL-based systems), this can hide threads from
userspace processes in the process list. (This is a toggle key.)
.TP
188
189
190
.B p
Show full paths to running programs, where applicable. (This is a toggle key.)
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
191
192
193
194
195
196
197
.B Ctrl-L
Refresh: redraw screen and recalculate values.
.TP
.B Numbers
PID search: type in process ID and the selection highlight will be moved to it.
.PD

Hisham Muhammad's avatar
Hisham Muhammad committed
198
199
200
201
202
203
204
205
206
207
.SH "COLUMNS"
.LP 
The following columns can display data about each process. A value of '\-' in
all the rows indicates that a column is unsupported on your system, or
currently unimplemented in htop. The names below are the ones used in the
"Available Columns" section of the setup screen. If a different name is
shown in htop's main screen, it is shown below in parenthesis.
.LP 
.TP 5
.B Command
Sworddragon's avatar
Sworddragon committed
208
The full command line of the process (i.e. program name and arguments).
Hisham Muhammad's avatar
Hisham Muhammad committed
209
210
211
212
.TP 
.B PID
The process ID.
.TP
Sworddragon's avatar
Sworddragon committed
213
214
215
216
217
218
219
220
221
.B STATE (S)
The state of the process:
   \fBS\fR for sleeping (idle)
   \fBR\fR for running
   \fBD\fR for disk sleep (uninterruptible)
   \fBZ\fR for zombie (waiting for parent to read its exit status)
   \fBT\fR for traced or suspended (e.g by SIGTSTP)
   \fBW\fR for paging
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
222
223
224
225
226
227
.B PPID
The parent process ID.
.TP
.B PGRP
The process's group ID.
.TP
228
.B SESSION (SID)
Hisham Muhammad's avatar
Hisham Muhammad committed
229
230
231
232
233
234
235
236
The process's session ID.
.TP 
.B TTY_NR (TTY)
The controlling terminal of the process.
.TP
.B TPGID
The process ID of the foreground process group of the controlling terminal.
.TP
237
238
239
240
241
242
243
244
245
246
247
248
.B MINFLT
The number of page faults happening in the main memory.
.TP
.B CMINFLT
The number of minor faults for the process's waited-for children (see MINFLT above).
.TP
.B MAJFLT
The number of page faults happening out of the main memory.
.TP
.B CMAJFLT
The number of major faults for the process's waited-for children (see MAJFLT above).
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
249
250
.B UTIME (UTIME+)
The user CPU time, which is the amount of time the process has spent executing
Sworddragon's avatar
Sworddragon committed
251
on the CPU in user mode (i.e. everything but system calls), measured in clock
Hisham Muhammad's avatar
Hisham Muhammad committed
252
253
254
255
256
257
ticks.
.TP
.B STIME (STIME+)
The system CPU time, which is the amount of time the kernel has spent
executing system calls on behalf of the process, measured in clock ticks.
.TP
258
.B CUTIME (CUTIME+)
Hisham Muhammad's avatar
Hisham Muhammad committed
259
260
261
The children's user CPU time, which is the amount of time the process's
waited-for children have spent executing in user mode (see UTIME above).
.TP
262
.B CSTIME (CSTIME+)
Hisham Muhammad's avatar
Hisham Muhammad committed
263
264
265
266
267
The children's system CPU time, which is the amount of time the kernel has spent
executing system calls on behalf of all the process's waited-for children (see
STIME above).
.TP
.B PRIORITY (PRI)
268
The kernel's internal priority for the process, usually just its nice value
Hisham Muhammad's avatar
Hisham Muhammad committed
269
270
plus twenty. Different for real-time processes.
.TP
Sworddragon's avatar
Sworddragon committed
271
272
273
.B NICE (NI)
The nice value of a process, from 19 (low priority) to -20 (high priority). A
high value means the process is being nice, letting others have a higher
274
relative priority. The usual OS permission restrictions for adjusting priority apply.
Sworddragon's avatar
Sworddragon committed
275
276
277
278
279
280
.TP
.B STARTTIME (START)
The time the process was started.
.TP
.B PROCESSOR (CPU)
The ID of the CPU the process last executed on.
Hisham Muhammad's avatar
Hisham Muhammad committed
281
282
.TP
.B M_SIZE (VIRT)
283
The size of the virtual memory of the process.
Hisham Muhammad's avatar
Hisham Muhammad committed
284
285
.TP
.B M_RESIDENT (RES)
286
287
The resident set size (text + data + stack) of the process (i.e. the size of the
process's used physical memory).
Hisham Muhammad's avatar
Hisham Muhammad committed
288
289
.TP
.B M_SHARE (SHR)
Sworddragon's avatar
Sworddragon committed
290
The size of the process's shared pages.
Hisham Muhammad's avatar
Hisham Muhammad committed
291
292
.TP
.B M_TRS (CODE)
293
The text resident set size of the process (i.e. the size of the process's
Hisham Muhammad's avatar
Hisham Muhammad committed
294
295
296
executable instructions).
.TP
.B M_DRS (DATA)
297
298
The data resident set size (data + stack) of the process (i.e. the size of anything
except the process's executable instructions).
Hisham Muhammad's avatar
Hisham Muhammad committed
299
.TP
Sworddragon's avatar
Sworddragon committed
300
301
302
.B M_LRS (LIB)
The library size of the process.
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
303
304
305
306
307
308
.B M_DT (DIRTY)
The size of the dirty pages of the process.
.TP
.B ST_UID (UID)
The user ID of the process owner.
.TP
Sworddragon's avatar
Sworddragon committed
309
310
311
312
313
.B PERCENT_CPU (CPU%)
The percentage of the CPU time that the process is currently using.
.TP
.B PERCENT_MEM (MEM%)
The percentage of memory the process is currently using (based on the process's
Sworddragon's avatar
Sworddragon committed
314
resident memory size, see M_RESIDENT above).
Sworddragon's avatar
Sworddragon committed
315
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
316
317
318
319
.B USER
The username of the process owner, or the user ID if the name can't be
determined.
.TP
Sworddragon's avatar
Sworddragon committed
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
.B TIME (TIME+)
The time, measured in clock ticks that the process has spent in user and system
time (see UTIME, STIME above).
.TP
.B NLWP
The number of threads in the process.
.TP
.B TGID
The thread group ID.
.TP
.B CTID
OpenVZ container ID, a.k.a virtual environment ID.
.TP
.B VPID
OpenVZ process ID.
.TP
.B VXID
VServer process ID.
Hisham Muhammad's avatar
Hisham Muhammad committed
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
.TP
.B RCHAR (RD_CHAR)
The number of bytes the process has read.
.TP
.B WCHAR (WR_CHAR)
The number of bytes the process has written.
.TP
.B SYSCR (RD_SYSC)
The number of read(2) syscalls for the process.
.TP
.B SYSCW (WR_SYSC)
The number of write(2) syscalls for the process.
.TP
.B RBYTES (IO_RBYTES)
Bytes of read(2) I/O for the process.
.TP
.B WBYTES (IO_WBYTES)
Bytes of write(2) I/O for the process.
.TP
Sworddragon's avatar
Sworddragon committed
357
358
359
.B CNCLWB (IO_CANCEL)
Bytes of cancelled write(2) I/O.
.TP
360
.B IO_READ_RATE (DISK READ)
Hisham Muhammad's avatar
Hisham Muhammad committed
361
362
The I/O rate of read(2) in bytes per second, for the process.
.TP
363
.B IO_WRITE_RATE (DISK WRITE)
Hisham Muhammad's avatar
Hisham Muhammad committed
364
365
The I/O rate of write(2) in bytes per second, for the process.
.TP
366
.B IO_RATE (DISK R/W)
Hisham Muhammad's avatar
Hisham Muhammad committed
367
368
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
.TP
Sworddragon's avatar
Sworddragon committed
369
370
371
372
373
.B CGROUP
Which cgroup the process is in.
.TP
.B OOM
OOM killer score.
Hisham Muhammad's avatar
Hisham Muhammad committed
374
.TP
375
376
377
378
379
380
.B IO_PRIORITY (IO)
The I/O scheduling class followed by the priority if the class supports it:
   \fBR\fR for Realtime
   \fBB\fR for Best-effort
   \fBid\fR for Idle
.TP
381
382
383
384
385
386
387
388
389
.B PERCENT_CPU_DELAY (CPUD%)
The percentage of time spent waiting for a CPU (while runnable). Requires CAP_NET_ADMIN.
.TP
.B PERCENT_IO_DELAY (IOD%)
The percentage of time spent waiting for the completion of synchronous block I/O. Requires CAP_NET_ADMIN.
.TP
.B PERCENT_SWAP_DELAY (SWAPD%)
The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
.TP
Hisham Muhammad's avatar
Hisham Muhammad committed
390
391
392
.B All other flags
Currently unsupported (always displays '-').

393
394
395
396
.SH "CONFIG FILE"
.LP 
By default htop reads its configuration from the XDG-compliant path
~/.config/htop/htoprc -- the configuration file is overwritten by htop's
397
in-program Setup configuration, so it should not be hand-edited. If no
Hisham Muhammad's avatar
Hisham Muhammad committed
398
399
400
user configuration exists htop tries to read the system-wide configuration
from @sysconfdir@/htoprc and as a last resort, falls back to its
hard coded defaults.
401
402
403
404
405
.LP
You may override the location of the configuration file using the $HTOPRC
environment variable (so you can have multiple configurations for different
machines that share the same home directory, for example).

406
407
408
409
410
411
412
413
414
.SH "MEMORY SIZES"
.LP
Memory sizes in htop are displayed as they are in tools from the GNU Coreutils
(when ran with the --human-readable option). This means that sizes are printed
in powers of 1024. (e.g., 1023M = 1072693248 Bytes)
.LP
The decision to use this convention was made in order to conserve screen space
and make memory size representations consistent throughout htop.

Hisham Muhammad's avatar
Hisham Muhammad committed
415
.SH "SEE ALSO"
416
proc(5), top(1), free(1), ps(1), uptime(1), limits.conf(5)
Hisham Muhammad's avatar
Hisham Muhammad committed
417

Hisham Muhammad's avatar
Hisham Muhammad committed
418
419
.SH "AUTHORS"
.LP 
Hisham Muhammad's avatar
Hisham Muhammad committed
420
htop is developed by Hisham Muhammad <hisham@gobolinux.org>.
Hisham Muhammad's avatar
Hisham Muhammad committed
421
422
423
424
.LP
This man page was written by Bartosz Fenski <fenio@o2.pl> for the Debian
GNU/Linux distribution (but it may be used by others). It was updated by Hisham
Muhammad, and later by Vincent Launchbury, who wrote the 'Columns' section.