Answers for "linux check how much memory process uses"

2

how to check which process is using more memory in linux

ps aux --sort=-%mem | head
Posted by: Guest on April-28-2021
9

check how much memory linux

free -m
Posted by: Guest on May-04-2020

Code answers related to "linux check how much memory process uses"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language