diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-17 21:46:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 21:46:21 +0000 |
commit | f63da351f2be70a8d39dfed9554371f27e1780a1 (patch) | |
tree | e110f1ededb39c49f1ead16af4b71148d2448e12 /docs | |
parent | 188d8703070936f9de7a8e499f5af8ad5a41147d (diff) | |
parent | 546bb3548ce9af58ebf0a627eb66ea7ad2163c6b (diff) | |
download | podman-f63da351f2be70a8d39dfed9554371f27e1780a1.tar.gz podman-f63da351f2be70a8d39dfed9554371f27e1780a1.tar.bz2 podman-f63da351f2be70a8d39dfed9554371f27e1780a1.zip |
Merge pull request #15364 from rhatdan/stats
Add podman stats --no-trunc option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-stats.1.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-stats.1.md b/docs/source/markdown/podman-stats.1.md index d87da6a60..8d07be1a0 100644 --- a/docs/source/markdown/podman-stats.1.md +++ b/docs/source/markdown/podman-stats.1.md @@ -61,6 +61,10 @@ Do not clear the terminal/screen in between reporting intervals Disable streaming stats and only pull the first result, default setting is false +#### **--no-trunc** + +Do not truncate output + ## EXAMPLE ``` @@ -77,6 +81,12 @@ a9f807ffaacd frosty_hodgkin -- 3.092MB / 16.7GB 0.02% -- / -- -- ``` ``` +$ podman stats --no-trunc 3667 --format 'table {{ .ID }} {{ .MemUsage }}' +ID MEM USAGE / LIMIT +3667c6aacb06aac2eaffce914c01736420023d56ef9b0f4cfe58b6d6a78b7503 49.15kB / 67.17GB +``` + +``` # podman stats --no-stream --format=json a9f80 [ { |