summaryrefslogtreecommitdiff
path: root/docs/kpod-stats.1.md
blob: 1c1c0b35df58827050292f70941a0c473cd6fcf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 <rycole@redhat.com>