Skip to content

Instantly share code, notes, and snippets.

@mmb
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmb/15e62996d2053bba7e21 to your computer and use it in GitHub Desktop.
Save mmb/15e62996d2053bba7e21 to your computer and use it in GitHub Desktop.
watch Cloud Foundry gorouter routing table on bosh-lite
watch -d 'curl -s http://router:router@10.244.0.22:8080/routes \
| jq -r "to_entries[] | .key+\" \"+.value[].address+\" \"+.value[].route_service_url" | \
column -t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment