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

stats.go

Version
v1.6.12
Published
Dec 7, 2022
Platform
js/wasm
Imports
1 packages
Last checked
40 minutes ago

Tools for package owners.