Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created August 8, 2019 14:22
Show Gist options
  • Save boina-n/cc6a76f8a7a8aaa651af308462f764fd to your computer and use it in GitHub Desktop.
Save boina-n/cc6a76f8a7a8aaa651af308462f764fd to your computer and use it in GitHub Desktop.
Check Resources of VM on Cloud Foundry
bosh -e pcf -d cf-xxxxxxxxxxxxxxxxxxxxxxx vms --vitals --json |jq -r '.Tables |.[].Rows[] | select(.instance|contains("router"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment