mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Improving Command display/sort
This commit is contained in:

committed by
BenBE

parent
42c842c190
commit
09fe94da18
16
htop.1.in
16
htop.1.in
@ -218,6 +218,9 @@ Show full paths to running programs, where applicable. (This is a toggle key.)
|
||||
.B Z
|
||||
Pause/resume process updates.
|
||||
.TP
|
||||
.B m
|
||||
Merge exe, comm and cmdline, where applicable. (This is a toggle key.)
|
||||
.TP
|
||||
.B Ctrl-L
|
||||
Refresh: redraw screen and recalculate values.
|
||||
.TP
|
||||
@ -238,7 +241,18 @@ main screen, it is shown below in parenthesis.
|
||||
.LP
|
||||
.TP 5
|
||||
.B Command
|
||||
The full command line of the process (i.e. program name and arguments).
|
||||
The full command line of the process (i.e. program name and arguments). If the
|
||||
option 'Merge exe, comm and cmdline in Command' (toggled by the 'm' key) is set,
|
||||
and if readable, the executable path (/proc/[pid]/exe) and the command name
|
||||
(/proc/[pid]/comm) are also shown merged with the command line.
|
||||
.TP
|
||||
.B Comm
|
||||
The command name of the process obtained from /proc/[pid]/comm, if readable.
|
||||
.TP
|
||||
.B Exe
|
||||
The abbreviated basename of the executable of the process, obtained from
|
||||
/proc/[pid]/exe, if readable. htop is able to read this file on linux for ALL
|
||||
the processes only if it has the capability CAP_SYS_PTRACE or root privileges.
|
||||
.TP
|
||||
.B PID
|
||||
The process ID.
|
||||
|
Reference in New Issue
Block a user