fs

package
v0.0.0-...-bf3866f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OOMKillCount

func OOMKillCount(path string) (uint64, error)

Types

type BlkioGroup

type BlkioGroup struct {
	// contains filtered or unexported fields
}

func (*BlkioGroup) Apply

func (s *BlkioGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*BlkioGroup) GetStats

func (s *BlkioGroup) GetStats(path string, stats *cgroups.Stats) error

func (*BlkioGroup) Name

func (s *BlkioGroup) Name() string

func (*BlkioGroup) Set

func (s *BlkioGroup) Set(path string, r *configs.Resources) error

type CpuGroup

type CpuGroup struct{}

func (*CpuGroup) Apply

func (s *CpuGroup) Apply(path string, r *configs.Resources, pid int) error

func (*CpuGroup) GetStats

func (s *CpuGroup) GetStats(path string, stats *cgroups.Stats) error

func (*CpuGroup) Name

func (s *CpuGroup) Name() string

func (*CpuGroup) Set

func (s *CpuGroup) Set(path string, r *configs.Resources) error

func (*CpuGroup) SetRtSched

func (s *CpuGroup) SetRtSched(path string, r *configs.Resources) error

type CpuacctGroup

type CpuacctGroup struct{}

func (*CpuacctGroup) Apply

func (s *CpuacctGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*CpuacctGroup) GetStats

func (s *CpuacctGroup) GetStats(path string, stats *cgroups.Stats) error

func (*CpuacctGroup) Name

func (s *CpuacctGroup) Name() string

func (*CpuacctGroup) Set

func (s *CpuacctGroup) Set(_ string, _ *configs.Resources) error

type CpusetGroup

type CpusetGroup struct{}

func (*CpusetGroup) Apply

func (s *CpusetGroup) Apply(path string, r *configs.Resources, pid int) error

func (*CpusetGroup) ApplyDir

func (s *CpusetGroup) ApplyDir(dir string, r *configs.Resources, pid int) error

func (*CpusetGroup) GetStats

func (s *CpusetGroup) GetStats(path string, stats *cgroups.Stats) error

func (*CpusetGroup) Name

func (s *CpusetGroup) Name() string

func (*CpusetGroup) Set

func (s *CpusetGroup) Set(path string, r *configs.Resources) error

type DevicesGroup

type DevicesGroup struct{}

func (*DevicesGroup) Apply

func (s *DevicesGroup) Apply(path string, r *configs.Resources, pid int) error

func (*DevicesGroup) GetStats

func (s *DevicesGroup) GetStats(path string, stats *cgroups.Stats) error

func (*DevicesGroup) Name

func (s *DevicesGroup) Name() string

func (*DevicesGroup) Set

func (s *DevicesGroup) Set(path string, r *configs.Resources) error

type FreezerGroup

type FreezerGroup struct{}

func (*FreezerGroup) Apply

func (s *FreezerGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*FreezerGroup) GetState

func (s *FreezerGroup) GetState(path string) (configs.FreezerState, error)

func (*FreezerGroup) GetStats

func (s *FreezerGroup) GetStats(path string, stats *cgroups.Stats) error

func (*FreezerGroup) Name

func (s *FreezerGroup) Name() string

func (*FreezerGroup) Set

func (s *FreezerGroup) Set(path string, r *configs.Resources) (Err error)

type HugetlbGroup

type HugetlbGroup struct{}

func (*HugetlbGroup) Apply

func (s *HugetlbGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*HugetlbGroup) GetStats

func (s *HugetlbGroup) GetStats(path string, stats *cgroups.Stats) error

func (*HugetlbGroup) Name

func (s *HugetlbGroup) Name() string

func (*HugetlbGroup) Set

func (s *HugetlbGroup) Set(path string, r *configs.Resources) error

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

func NewManager

func NewManager(cg *configs.Cgroup, paths map[string]string) (*Manager, error)

func (*Manager) Apply

func (m *Manager) Apply(pid int) (err error)

func (*Manager) Destroy

func (m *Manager) Destroy() error

func (*Manager) Exists

func (m *Manager) Exists() bool

func (*Manager) Freeze

func (m *Manager) Freeze(state configs.FreezerState) error

Freeze toggles the container's freezer cgroup depending on the state provided

func (*Manager) GetAllPids

func (m *Manager) GetAllPids() ([]int, error)

func (*Manager) GetCgroups

func (m *Manager) GetCgroups() (*configs.Cgroup, error)

func (*Manager) GetFreezerState

func (m *Manager) GetFreezerState() (configs.FreezerState, error)

func (*Manager) GetPaths

func (m *Manager) GetPaths() map[string]string

func (*Manager) GetPids

func (m *Manager) GetPids() ([]int, error)

func (*Manager) GetStats

func (m *Manager) GetStats() (*cgroups.Stats, error)

func (*Manager) OOMKillCount

func (m *Manager) OOMKillCount() (uint64, error)

func (*Manager) Path

func (m *Manager) Path(subsys string) string

func (*Manager) Set

func (m *Manager) Set(r *configs.Resources) error

type MemoryGroup

type MemoryGroup struct{}

func (*MemoryGroup) Apply

func (s *MemoryGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*MemoryGroup) GetStats

func (s *MemoryGroup) GetStats(path string, stats *cgroups.Stats) error

func (*MemoryGroup) Name

func (s *MemoryGroup) Name() string

func (*MemoryGroup) Set

func (s *MemoryGroup) Set(path string, r *configs.Resources) error

type NameGroup

type NameGroup struct {
	GroupName string
	Join      bool
}

func (*NameGroup) Apply

func (s *NameGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*NameGroup) GetStats

func (s *NameGroup) GetStats(path string, stats *cgroups.Stats) error

func (*NameGroup) Name

func (s *NameGroup) Name() string

func (*NameGroup) Set

func (s *NameGroup) Set(_ string, _ *configs.Resources) error

type NetClsGroup

type NetClsGroup struct{}

func (*NetClsGroup) Apply

func (s *NetClsGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*NetClsGroup) GetStats

func (s *NetClsGroup) GetStats(path string, stats *cgroups.Stats) error

func (*NetClsGroup) Name

func (s *NetClsGroup) Name() string

func (*NetClsGroup) Set

func (s *NetClsGroup) Set(path string, r *configs.Resources) error

type NetPrioGroup

type NetPrioGroup struct{}

func (*NetPrioGroup) Apply

func (s *NetPrioGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*NetPrioGroup) GetStats

func (s *NetPrioGroup) GetStats(path string, stats *cgroups.Stats) error

func (*NetPrioGroup) Name

func (s *NetPrioGroup) Name() string

func (*NetPrioGroup) Set

func (s *NetPrioGroup) Set(path string, r *configs.Resources) error

type PerfEventGroup

type PerfEventGroup struct{}

func (*PerfEventGroup) Apply

func (s *PerfEventGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*PerfEventGroup) GetStats

func (s *PerfEventGroup) GetStats(path string, stats *cgroups.Stats) error

func (*PerfEventGroup) Name

func (s *PerfEventGroup) Name() string

func (*PerfEventGroup) Set

type PidsGroup

type PidsGroup struct{}

func (*PidsGroup) Apply

func (s *PidsGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*PidsGroup) GetStats

func (s *PidsGroup) GetStats(path string, stats *cgroups.Stats) error

func (*PidsGroup) Name

func (s *PidsGroup) Name() string

func (*PidsGroup) Set

func (s *PidsGroup) Set(path string, r *configs.Resources) error

type RdmaGroup

type RdmaGroup struct{}

func (*RdmaGroup) Apply

func (s *RdmaGroup) Apply(path string, _ *configs.Resources, pid int) error

func (*RdmaGroup) GetStats

func (s *RdmaGroup) GetStats(path string, stats *cgroups.Stats) error

func (*RdmaGroup) Name

func (s *RdmaGroup) Name() string

func (*RdmaGroup) Set

func (s *RdmaGroup) Set(path string, r *configs.Resources) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL