Last active
January 7, 2019 03:23
-
-
Save ginokent/23e121e65653b8a77b69f58f8ed14a8b to your computer and use it in GitHub Desktop.
[one-liner] td-agent の worker process の file descriptor の数を確認したい ( worker process が 2 つ以上の場合は考慮していない )
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
cat /proc/"$(pgrep -f fluentd | xargs -I@ pgrep -P @)"/limits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment