Skip to content

Instantly share code, notes, and snippets.

@paullinney
Created April 14, 2016 10:05
Show Gist options
  • Save paullinney/7f77be392e8d51c3b9a5f9b313c9c998 to your computer and use it in GitHub Desktop.
Save paullinney/7f77be392e8d51c3b9a5f9b313c9c998 to your computer and use it in GitHub Desktop.
process memory usage
ps -e -orss=,args= | sort -b -k1,1n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment