[NOTE]Which process eating memory on #Linux

Krishnendu Paul

Mar 4, 2020 1 min read


Following command will show which process taking maximum memory in easy readable on Linux.

[Short note for myself]

ps aux  | awk '{print $6/1024 " MB\t\t" $11}'  | sort -n


Great! You've successfully subscribed.
Great! Next, complete checkout for full access.
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.