unix$ ps axuw
$ ps axf
или
$ ps -e f
$ ps -e -o pcpu,pid,ppid,user,command
$ man ps
...
KEY LONG DESCRIPTION
c cmd simple name of executable
C pcpu cpu utilization
p pid process ID
s size memory size in kilobytes
S share amount of shared pages
u user user name
v vsize total VM size in KiB
...
===== pstree =====
freebsd$ pstree
linux$ pstree -p