mirror of https://github.com/xzeldon/htop.git
Remove duplicate sections on COMM and EXE
Closes #934 Thank you, Narendran Gopalakrishnan (gnarendran)!
This commit is contained in:
parent
8c99683b04
commit
4aeb146ce8
10
htop.1.in
10
htop.1.in
|
@ -289,6 +289,8 @@ highlighting can be configured for stale executables (cf. EXE column below).
|
||||||
.TP
|
.TP
|
||||||
.B COMM
|
.B COMM
|
||||||
The command name of the process obtained from /proc/[pid]/comm, if readable.
|
The command name of the process obtained from /proc/[pid]/comm, if readable.
|
||||||
|
|
||||||
|
Requires Linux kernel 2.6.33 or newer.
|
||||||
.TP
|
.TP
|
||||||
.B EXE
|
.B EXE
|
||||||
The abbreviated basename of the executable of the process, obtained from
|
The abbreviated basename of the executable of the process, obtained from
|
||||||
|
@ -310,6 +312,8 @@ been replaced or deleted.
|
||||||
|
|
||||||
This additional color markup can be configured in the "Display Options" section of
|
This additional color markup can be configured in the "Display Options" section of
|
||||||
the setup screen.
|
the setup screen.
|
||||||
|
|
||||||
|
Displaying EXE requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
|
||||||
.TP
|
.TP
|
||||||
.B PID
|
.B PID
|
||||||
The process ID.
|
The process ID.
|
||||||
|
@ -527,12 +531,6 @@ The percentage of time spent waiting for the completion of synchronous block I/O
|
||||||
.B PERCENT_SWAP_DELAY (SWAPD%)
|
.B PERCENT_SWAP_DELAY (SWAPD%)
|
||||||
The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
|
The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
|
||||||
.TP
|
.TP
|
||||||
.B COMM
|
|
||||||
The command name for the process. Requires Linux kernel 2.6.33 or newer.
|
|
||||||
.TP
|
|
||||||
.B EXE
|
|
||||||
The executable file of the process as reported by the kernel. Requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
|
|
||||||
.TP
|
|
||||||
.B AGRP
|
.B AGRP
|
||||||
The autogroup identifier for the process. Requires Linux CFS to be enabled.
|
The autogroup identifier for the process. Requires Linux CFS to be enabled.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue