Difference between revisions of "Processes"

From wiki
Jump to navigation Jump to search
(Created page with "category:Linux/Unix ;ps -aux :Full information on all running processes. <syntaxhighlight lang=text> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COM...")
 
(No difference)

Latest revision as of 10:18, 17 April 2020


ps -aux
Full information on all running processes.
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0 191424  4420 ?        Ss    2019  63:30 /usr/lib/systemd/systemd --switched-root --system --deserialize 22
root         2  0.0  0.0      0     0 ?        S     2019   0:09 [kthreadd]
root         3  0.0  0.0      0     0 ?        S     2019   5:28 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<    2019   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S     2019   0:05 [migration/0]
root         8  0.0  0.0      0     0 ?        S     2019   0:00 [rcu_bh]
root         9  0.1  0.0      0     0 ?        S     2019 341:06 [rcu_sched]
root        10  0.0  0.0      0     0 ?        S<    2019   0:00 [lru-add-drain]