Skip to content

Instantly share code, notes, and snippets.

@mizoR
Last active September 23, 2015 02:47
Show Gist options
  • Select an option

  • Save mizoR/55fa5b91b22fd826f4de to your computer and use it in GitHub Desktop.

Select an option

Save mizoR/55fa5b91b22fd826f4de to your computer and use it in GitHub Desktop.
TASK_RUNNING な unicorn-worker の プロセス数を数えるワンライナー
while; do; echo -n $(date); echo -n ' '; ps l --ppid=$(ps alx | grep unicorn | grep master | awk "{ print \$3 }") | awk "{ print \$10}" | grep R | wc -l; sleep 3; done rbenv:syst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment