Skip to content

Instantly share code, notes, and snippets.

@ardydedase
Created November 11, 2015 13:37
Show Gist options
  • Save ardydedase/52f7de234c7b843d421d to your computer and use it in GitHub Desktop.
Save ardydedase/52f7de234c7b843d421d to your computer and use it in GitHub Desktop.
linux_mem_usage
$(ps -C httpd -O rss | gawk '{ count ++; sum += $2 }; END {count --; print sum/1024 ;};')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment