diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-23 20:37:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 20:37:25 +0100 |
commit | 73713062806aa4c2db25dc62e2fff47406085dc8 (patch) | |
tree | 218b63ae146c34a784e238c43c18a33eca971d85 /libpod/define | |
parent | 109224717354b1d32d1be854a019fe9d4a55cfa6 (diff) | |
parent | 130bcc3a93d82674eaaf2a62f854983db263a940 (diff) | |
download | podman-73713062806aa4c2db25dc62e2fff47406085dc8.tar.gz podman-73713062806aa4c2db25dc62e2fff47406085dc8.tar.bz2 podman-73713062806aa4c2db25dc62e2fff47406085dc8.zip |
Merge pull request #13597 from Luap99/stats
podman stats: calc CPU percentage correctly
Diffstat (limited to 'libpod/define')
-rw-r--r-- | libpod/define/containerstate.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/define/containerstate.go b/libpod/define/containerstate.go index 23ba1f451..9ad3aec08 100644 --- a/libpod/define/containerstate.go +++ b/libpod/define/containerstate.go @@ -138,7 +138,6 @@ type ContainerStats struct { CPU float64 CPUNano uint64 CPUSystemNano uint64 - DataPoints int64 SystemNano uint64 MemUsage uint64 MemLimit uint64 |