package stats
import "github.com/containerd/containerd/pkg/cri/store/stats"
Index ¶
Types ¶
type ContainerStats ¶
type ContainerStats struct { // Timestamp of when stats were collected Timestamp time.Time // Cumulative CPU usage (sum across all cores) since object creation. UsageCoreNanoSeconds uint64 }
ContainerStats contains the information about container stats.
Source Files ¶
- Version
- v1.7.15
- Published
- Apr 5, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 45 minutes ago –
Tools for package owners.