Skip to content

Instantly share code, notes, and snippets.

@vikjam
Created June 29, 2015 14:19
Show Gist options
  • Save vikjam/e5041477e083e95b7bf0 to your computer and use it in GitHub Desktop.
Save vikjam/e5041477e083e95b7bf0 to your computer and use it in GitHub Desktop.
Check top memory usage
ps -eo pmem,pcpu, vsize, user, pid, cmd | sort -k 1 -nr | head -15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment