linux see how much memory a process is using code example Example: what process consuming RAM ps -o pid,user,%mem,command ax | sort -b -k3 -r