get process memory usage
Last update
2020-06-16
2020-06-16
« — »
1 2 3 4 | ps -o pid,user,%mem,command ax | sort -b -k3 -r | less pmap [-x] <PID> | less pmap `pgrep -f name` | grep total |
source: linuxhint.com, stackoverflow.com