Skip to content

Instantly share code, notes, and snippets.

@cadrev
Created September 16, 2015 11:48
Show Gist options
  • Select an option

  • Save cadrev/ac519352d81464b56470 to your computer and use it in GitHub Desktop.

Select an option

Save cadrev/ac519352d81464b56470 to your computer and use it in GitHub Desktop.
Find the top memory users in Ubuntu
ps -e -o pid,vsz,comm= | sort -n -k 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment