Skip to content

Instantly share code, notes, and snippets.

@JPvRiel
Created September 4, 2018 18:00
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 JPvRiel/3a870f73b6da3d5c8f6f8e7c2d86eb8c to your computer and use it in GitHub Desktop.
Save JPvRiel/3a870f73b6da3d5c8f6f8e7c2d86eb8c to your computer and use it in GitHub Desktop.
`ps` command examples

Show top 10 processes by resident memory set size

ps -eo pid,user,rsz,vsz,comm,args --sort -rss --cols 160 | head -n11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment