File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,16 @@ highlighting can be configured for stale executables (cf. EXE column below).
302302
303303The Command column should be the last column in each screen as can get very long
304304and profits from being able to extend its length dynamically.
305+
306+ Additional color highlighting:
307+ .RS
308+ .IP \[bu ] 2
309+ Magenta: regular process command names
310+ .IP \[bu ] 2
311+ Bold blue: userland thread names
312+ .IP \[bu ] 2
313+ Bold gray: kernel threads or processes with no command name
314+ .RE
305315.TP
306316.B COMM
307317The command name of the process obtained from /proc/[pid]/comm, if readable.
@@ -463,6 +473,16 @@ On Linux the username is highlighted if the process has elevated privileges,
463473i.e. if it has been started from binaries with file capabilities set or
464474retained Linux capabilities, via the ambient set, after switching from the
465475root user.
476+
477+ Additional color highlighting:
478+ .RS
479+ .IP \[bu ] 2
480+ Magenta: elevated privilege processes
481+ .IP \[bu ] 2
482+ Bold gray: processes owned by other users
483+ .IP \[bu ] 2
484+ White (default): processes owned by the current user
485+ .RE
466486.TP
467487.B TIME (TIME+)
468488The time, measured in clock ticks that the process has spent in user and system
You can’t perform that action at this time.
0 commit comments