Skip to content

Instantly share code, notes, and snippets.

@sucotronic
Created June 21, 2013 15:30
Show Gist options
  • Save sucotronic/5832018 to your computer and use it in GitHub Desktop.
Save sucotronic/5832018 to your computer and use it in GitHub Desktop.
know how much memory is eating google chrome
ps aux | grep chrome | grep -v grep | awk '{sum+=$6} END {print "chrome total: " sum/(1024*1024) " GB"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment