Last Updated: April 18, 2017
·
169
· gumieri

How much memory is chrome using

ps -e -o %mem,comm | grep 'chrome' | awk '{s+=$1} END {print s}'