Skip to content

Instantly share code, notes, and snippets.

@mkell43
Created June 9, 2018 16:02
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 mkell43/a3f66877384cff6b40f08f1314b238c4 to your computer and use it in GitHub Desktop.
Save mkell43/a3f66877384cff6b40f08f1314b238c4 to your computer and use it in GitHub Desktop.
Memory Per Process Oneliner
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment