aboutsummaryrefslogtreecommitdiff
path: root/libpod/info_test.go
Commit message (Collapse)AuthorAge
* Robust whitespace split of cpu utilization line from /proc/statSandroCasagrande2022-05-14
| | | | Signed-off-by: Sandro Casagrande <sc.casagrande@gmail.com>
* Additional stats for podman infoBrent Baude2022-05-03
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>