From a031b83a09a8628435317a03f199cdc18b78262f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 11:24:59 -0400 Subject: Initial checkin from CRI-O repo Signed-off-by: Matthew Heon --- docs/kpod-stats.1.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/kpod-stats.1.md (limited to 'docs/kpod-stats.1.md') diff --git a/docs/kpod-stats.1.md b/docs/kpod-stats.1.md new file mode 100644 index 000000000..1c1c0b35d --- /dev/null +++ b/docs/kpod-stats.1.md @@ -0,0 +1,37 @@ +% kpod(1) kpod-stats - Display a live stream of 1 or more containers' resource usage statistics +% Ryan Cole +# kpod-stats "1" "July 2017" "kpod" + +## NAME +kpod-stats - Display a live stream of 1 or more containers' resource usage statistics + +## SYNOPSIS +**kpod** **stats** [*options* [...]] [container] + +## DESCRIPTION +Display a live stream of one or more containers' resource usage statistics + +## OPTIONS + +**--all, -a** + +Show all containers. Only running containers are shown by default + +**--no-stream** + +Disable streaming stats and only pull the first result, default setting is false + +**--format="TEMPLATE"** + +Pretty-print images using a Go template + + +## EXAMPLE + +TODO + +## SEE ALSO +kpod(1) + +## HISTORY +July 2017, Originally compiled by Ryan Cole -- cgit v1.2.3-54-g00ecf