Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created November 25, 2016 10:42
Show Gist options
  • Save nishinoshake/1dde1f895c1931caf88e50d7b50a9e22 to your computer and use it in GitHub Desktop.
Save nishinoshake/1dde1f895c1931caf88e50d7b50a9e22 to your computer and use it in GitHub Desktop.
メモリ使用量を確認する
ps aux | grep httpd | awk '{sum += $6}END{print sum/1000}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment