Skip to content

Instantly share code, notes, and snippets.

@mrwormhole
Created May 8, 2021 22:39
Show Gist options
  • Save mrwormhole/a49e33ac9eb8fa224ff4c6fc991f03db to your computer and use it in GitHub Desktop.
Save mrwormhole/a49e33ac9eb8fa224ff4c6fc991f03db to your computer and use it in GitHub Desktop.
Top 10 memory usage in descending order
ps aux | head -1; ps aux | sort -rnk 4 | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment