Skip to content

Instantly share code, notes, and snippets.

@famzah

famzah/ps output Secret

Last active December 4, 2020 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save famzah/1255546053eac89163b70a7f20309aa2 to your computer and use it in GitHub Desktop.
Save famzah/1255546053eac89163b70a7f20309aa2 to your computer and use it in GitHub Desktop.
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
famzah 9256 0.0 0.0 2052508 816 pts/15 S+ 18:00 0:00 ./a.out # parent
famzah 9257 10.7 10.1 2052508 512008 pts/15 S+ 18:00 0:01 \_ ./a.out # child 1
famzah 9258 29.0 20.2 2052508 1023952 pts/15 S+ 18:00 0:03 \_ ./a.out # child 2
famzah@vbox64:~$ free -m
total used free shared buff/cache available
Mem: 4940 549 1943 1012 2447 3097
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment