Skip to content

Instantly share code, notes, and snippets.

@ginokent
Last active January 7, 2019 03:23
Show Gist options
  • Save ginokent/23e121e65653b8a77b69f58f8ed14a8b to your computer and use it in GitHub Desktop.
Save ginokent/23e121e65653b8a77b69f58f8ed14a8b to your computer and use it in GitHub Desktop.
[one-liner] td-agent の worker process の file descriptor の数を確認したい ( worker process が 2 つ以上の場合は考慮していない )
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