Skip to content

Instantly share code, notes, and snippets.

@bobagold
Created February 7, 2012 05:05
Show Gist options
  • Select an option

  • Save bobagold/1757319 to your computer and use it in GitHub Desktop.

Select an option

Save bobagold/1757319 to your computer and use it in GitHub Desktop.
как узнать, что Гугл хром сожрал 20% оперативки
top -b -n 1 | grep chrome | cut -c 46-50 | php -B '$sum=0;' -R '$sum += (float)$argn;' -E 'echo "sum=$sum\n";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment