summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-stats.1.md.in
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-05-26 13:05:08 -0600
committerEd Santiago <santiago@redhat.com>2022-09-15 09:59:32 -0600
commit7d1f688ff9cfdcc8d929e734ce28de81d0786767 (patch)
tree13f4c21ecbf10edd76cdf39496b294669ad0b8b1 /docs/source/markdown/podman-pod-stats.1.md.in
parent50c538b3cc7a218fe009180bbe20b0c464add6f7 (diff)
downloadpodman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.tar.gz
podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.tar.bz2
podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.zip
[CI:DOCS] man pages: document some --format options
Baby steps toward merging #14046: document a few of the Go format command-line options. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-stats.1.md.in')
-rw-r--r--docs/source/markdown/podman-pod-stats.1.md.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-pod-stats.1.md.in b/docs/source/markdown/podman-pod-stats.1.md.in
index 83a4b7a1e..4ecb30bdb 100644
--- a/docs/source/markdown/podman-pod-stats.1.md.in
+++ b/docs/source/markdown/podman-pod-stats.1.md.in
@@ -23,16 +23,16 @@ Valid placeholders for the Go template are listed below:
| **Placeholder** | **Description** |
| --------------- | ------------------ |
-| .Pod | Pod ID |
+| .BlockIO | Block IO |
| .CID | Container ID |
-| .Name | Container Name |
| .CPU | CPU percentage |
+| .Mem | Memory percentage |
| .MemUsage | Memory usage |
| .MemUsageBytes | Memory usage (IEC) |
-| .Mem | Memory percentage |
+| .Name | Container Name |
| .NetIO | Network IO |
-| .BlockIO | Block IO |
| .PIDS | Number of PIDs |
+| .Pod | Pod ID |
When using a GO template, you may precede the format with `table` to print headers.