summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-info.1.md
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2022-04-28 12:31:17 -0500
committerMatthew Heon <matthew.heon@pm.me>2022-05-03 13:52:17 -0400
commit8842e9b7abde1135b2b4a7b876aa8897a624b397 (patch)
tree9f0435f4e09c2bca399ffcbaae0806dc82e42192 /docs/source/markdown/podman-info.1.md
parent6422048212572356e632e53e7a06b8ef8f7ef46f (diff)
downloadpodman-8842e9b7abde1135b2b4a7b876aa8897a624b397.tar.gz
podman-8842e9b7abde1135b2b4a7b876aa8897a624b397.tar.bz2
podman-8842e9b7abde1135b2b4a7b876aa8897a624b397.zip
Additional stats for podman info
In support of podman machine and its counterpart desktop, we have added new stats to podman info. For storage, we have added GraphRootAllocated and GraphRootUsed in bytes. For CPUs, we have added user, system, and idle percents based on /proc/stat. Fixes: #13876 Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-info.1.md')
-rw-r--r--docs/source/markdown/podman-info.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-info.1.md b/docs/source/markdown/podman-info.1.md
index 4f09913b8..fc2d0fa60 100644
--- a/docs/source/markdown/podman-info.1.md
+++ b/docs/source/markdown/podman-info.1.md
@@ -39,6 +39,10 @@ host:
package: conmon-2.0.29-2.fc34.x86_64
path: /usr/bin/conmon
version: 'conmon version 2.0.29, commit: '
+ cpu_utilization:
+ idle_percent: 96.84
+ system_percent: 0.71
+ user_percent: 2.45
cpus: 8
distribution:
distribution: fedora
@@ -124,6 +128,8 @@ store:
graphDriverName: overlay
graphOptions: {}
graphRoot: /home/dwalsh/.local/share/containers/storage
+ graphRootAllocated: 510389125120
+ graphRootUsed: 129170714624
graphStatus:
Backing Filesystem: extfs
Native Overlay Diff: "true"