Created
August 8, 2019 14:22
-
-
Save boina-n/cc6a76f8a7a8aaa651af308462f764fd to your computer and use it in GitHub Desktop.
Check Resources of VM on Cloud Foundry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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