CloudFoundry CLI plugin for displaying real-time metrics and statistics data
This plugin displays a terminal dashboard showing current app usage metrics/statistics. It can also stream these metrics as JSON formatted output to stdout.
$ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
$ cf install-plugin Statistics -r CF-Community
$ cf install-plugin <binary>
$ go get github.com/swisscom/cf-statistics-plugin
$ cf install-plugin $GOPATH/bin/cf-statistics-plugin
$ cf statistics APP_NAME
$ cf uninstall-plugin Statistics
command/option | usage | description |
---|---|---|
statistics |
cf statistics APP_NAME |
display live metrics/statistics dashboard |
--debug |
cf statistics APP_NAME --debug |
prints metrics to stdout in JSON format |
--full |
cf statistics APP_NAME --debug --full |
prints full statistics to stdout |