Categorygithub.com/swisscom/cf-statistics-plugin
repositorypackage
1.0.0
Repository: https://github.com/swisscom/cf-statistics-plugin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Cloud Foundry CLI Statistics Plugin

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-statistics-plugin

Installation

Install from CLI (v.6.10.0 and up)

$ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
$ cf install-plugin Statistics -r CF-Community

Install from binary

  • Download the appropriate plugin binary from releases
  • Install the plugin: $ cf install-plugin <binary>

Install from Source

$ go get github.com/swisscom/cf-statistics-plugin
$ cf install-plugin $GOPATH/bin/cf-statistics-plugin

Usage

$ cf statistics APP_NAME

Uninstall

$ cf uninstall-plugin Statistics

Commands

command/optionusagedescription
statisticscf statistics APP_NAMEdisplay live metrics/statistics dashboard
--debugcf statistics APP_NAME --debugprints metrics to stdout in JSON format
--fullcf statistics APP_NAME --debug --fullprints full statistics to stdout