diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-03 10:30:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 10:30:14 -0400 |
commit | e5a8b0ca5c1107cfe12af32ac436eabf59970f9a (patch) | |
tree | 91994294ce7cd38d775029b2240646c55e92fada /docs/source/markdown/podman-info.1.md | |
parent | 424c856cc59c57e4843982daad929ebca9fd617b (diff) | |
parent | 0bb48493775810b702c1b06fe010afc588764da4 (diff) | |
download | podman-e5a8b0ca5c1107cfe12af32ac436eabf59970f9a.tar.gz podman-e5a8b0ca5c1107cfe12af32ac436eabf59970f9a.tar.bz2 podman-e5a8b0ca5c1107cfe12af32ac436eabf59970f9a.zip |
Merge pull request #14083 from baude/machinestats
Additional stats for podman info
Diffstat (limited to 'docs/source/markdown/podman-info.1.md')
-rw-r--r-- | docs/source/markdown/podman-info.1.md | 6 |
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" |