top
Display dynamic real-time information about running processes. See also: `htop`, `atop`, `glances`, `btop`, `btm`.
More info →Options (6)
-i, --idle-togglebooleanDo not show any idle or zombie processes
top {{[-i|--idle-toggle]}}-u, --filter-only-euserbooleanShow only processes owned by given user
top {{[-u|--filter-only-euser]}} {{username}}-o, --sort-overridebooleanSort processes by a field
top {{[-o|--sort-override]}} {{field_name}}booleanShow the individual threads of a given process
top {{[-Hp|--threads-show --pid]}} {{process_id}}-p, --pidbooleanShow only the processes with the given PID(s), passed as a comma-separated list. (Normally you wouldn't know PIDs off hand. This example picks the PIDs from the process name)
top {{[-p|--pid]}} $(pgrep {{[-d|--delimiter]}} ',' {{process_name}})-d, --delimiterbooleanShow only the processes with the given PID(s), passed as a comma-separated list. (Normally you wouldn't know PIDs off hand. This example picks the PIDs from the process name)
top {{[-p|--pid]}} $(pgrep {{[-d|--delimiter]}} ',' {{process_name}})Examples (7)
Start `top`
Do not show any idle or zombie processes
top [-i|--idle-toggle]Show only processes owned by given user
top [-u|--filter-only-euser] usernameSort processes by a field
top [-o|--sort-override] field_nameShow the individual threads of a given process
top [-Hp|--threads-show --pid] process_idShow only the processes with the given PID(s), passed as a comma-separated list. (Normally you wouldn't know PIDs off hand. This example picks the PIDs from the process name)
top [-p|--pid] $(pgrep [-d|--delimiter] ',' process_name)Display help about interactive commands
<?>