Skip to content

Instantly share code, notes, and snippets.

@3Hren
Created December 25, 2014 08:59
Show Gist options
  • Save 3Hren/bd9ed30b2cbc656d4f13 to your computer and use it in GitHub Desktop.
Save 3Hren/bd9ed30b2cbc656d4f13 to your computer and use it in GitHub Desktop.
<Custom measure="call" label="Workers: active">cocaine-tool info --name=ruby-v0.12 | python -c "import json, sys; c = json.loads(sys.stdin.read()); r = c['apps']['ruby-v0.12']['slaves']['active']; sys.stdout.write(str(r))"</Custom>
<Custom measure="call" label="Workers: idle">cocaine-tool info --name=ruby-v0.12 | python -c "import json, sys; c = json.loads(sys.stdin.read()); r = c['apps']['ruby-v0.12']['slaves']['idle']; sys.stdout.write(str(r))"</Custom>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment