Created
November 25, 2016 10:42
-
-
Save nishinoshake/1dde1f895c1931caf88e50d7b50a9e22 to your computer and use it in GitHub Desktop.
メモリ使用量を確認する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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