Skip to content

Instantly share code, notes, and snippets.

@linuxkathirvel
Created November 30, 2020 10:10
Show Gist options
  • Save linuxkathirvel/3064baeae8bc715e1ac8e596e67bed7d to your computer and use it in GitHub Desktop.
Save linuxkathirvel/3064baeae8bc715e1ac8e596e67bed7d to your computer and use it in GitHub Desktop.
How to Check Memory Usage Per Process on Linux?

How to Check Memory Usage Per Process on Linux?

ps -o pid,user,%mem,command ax | sort -b -k3 -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment