File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,8 @@ highlighting can be configured for stale executables (cf. EXE column below).
289289.TP
290290.B COMM
291291The command name of the process obtained from /proc/[pid]/comm, if readable.
292+
293+ Requires Linux kernel 2.6.33 or newer.
292294.TP
293295.B EXE
294296The abbreviated basename of the executable of the process, obtained from
@@ -310,6 +312,8 @@ been replaced or deleted.
310312
311313This additional color markup can be configured in the "Display Options" section of
312314the setup screen.
315+
316+ Displaying EXE requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
313317.TP
314318.B PID
315319The process ID.
@@ -527,12 +531,6 @@ The percentage of time spent waiting for the completion of synchronous block I/O
527531.B PERCENT_SWAP_DELAY (SWAPD%)
528532The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN.
529533.TP
530- .B COMM
531- The command name for the process. Requires Linux kernel 2.6.33 or newer.
532- .TP
533- .B EXE
534- The executable file of the process as reported by the kernel. Requires CAP_SYS_PTRACE and PTRACE_MODE_READ_FSCRED.
535- .TP
536534.B AGRP
537535The autogroup identifier for the process. Requires Linux CFS to be enabled.
538536.TP
You can’t perform that action at this time.
0 commit comments