Answers for "how to check how many process are going on my ram in linux"

2

how to check which process is using more memory in linux

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

how to get ram detail in linux

sudo dmidecode --type 17
Posted by: Guest on October-13-2020

Code answers related to "how to check how many process are going on my ram in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language