Created
February 24, 2017 05:32
-
-
Save tetsuyainfra/3a26602a7a519548b02ff1a8f4ea1397 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
ls -d /proc/*/fd | sudo xargs -i sh -c 'ls {} | wc -l' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment