Created
October 28, 2013 08:51
-
-
Save sakama/7193405 to your computer and use it in GitHub Desktop.
Apache子プロセスのメモリ使用量を調べるときに使う
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 [h]ttpd | grep [a]pache | awk 'BEGIN{x=0}{x+=$6}END{ print x/NR }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment