Shell/Bash: what process consuming ram Example
Shell/Bash Example: This is the "what process consuming ram" Example. compiled from many sources on the internet by SimpleTutorials.org
what process consuming RAM
ps -o pid,user,%mem,command ax | sort -b -k3 -r
* Summary: This "what process consuming ram" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!