Skip to content

Instantly share code, notes, and snippets.

View matthieu637's full-sized avatar

Matthieu Zimmer matthieu637

  • London
View GitHub Profile
@matthieu637
matthieu637 / ps aux with ppid
Created May 30, 2020 11:01 — forked from nestoru/ps aux with ppid
ps aux with ppid
ps aux|head -1
# Returns: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
ps axo user,pid,ppid,pcpu,pmem,vsz,rss,tname,stat,start,time,args|head -1
# Returns: USER PID PPID %CPU %MEM VSZ RSS TTY STAT STARTED TIME COMMAND