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.0-rc.4
Published
Feb 10, 2022
Platform
linux/amd64
Imports
1 packages
Last checked
6 hours ago

Tools for package owners.