Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cgroup ¶
type Cgroup struct {
Id string
ContainerType ContainerType
ContainerId string
// contains filtered or unexported fields
}
func (*Cgroup) MemoryStat ¶
func (cg *Cgroup) MemoryStat() *MemoryStat
type ContainerType ¶
type ContainerType uint8
const ( ContainerTypeUnknown ContainerType = iota ContainerTypeStandaloneProcess ContainerTypeDocker ContainerTypeCrio ContainerTypeContainerd ContainerTypeLxc ContainerTypeSystemdService ContainerTypeSandbox ContainerTypeTalosRuntime )
func (ContainerType) String ¶
func (t ContainerType) String() string
type MemoryStat ¶
type PressureTotals ¶ added in v1.26.1
Click to show internal directories.
Click to hide internal directories.