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