Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SubsystemsIns = []Subsystem{ &CpuLimitSubSystem{}, &MemorySubSystem{}, &CpuSubSystem{}, } )
View Source
var Sugar *zap.SugaredLogger
Functions ¶
func FindCgroupMountpoint ¶
func GetCgroupPath ¶
func InitLog ¶
func InitLog(logger *zap.SugaredLogger)
Types ¶
type CpuLimitSubSystem ¶
type CpuLimitSubSystem struct { }
func (*CpuLimitSubSystem) Apply ¶
func (s *CpuLimitSubSystem) Apply(cgroupPath string, pid int) error
func (*CpuLimitSubSystem) Name ¶
func (s *CpuLimitSubSystem) Name() string
func (*CpuLimitSubSystem) Remove ¶
func (s *CpuLimitSubSystem) Remove(cgroupPath string) error
func (*CpuLimitSubSystem) Set ¶
func (s *CpuLimitSubSystem) Set(cgroupPath string, res *ResourceConfig) error
type CpuSubSystem ¶
type CpuSubSystem struct { }
func (*CpuSubSystem) Name ¶
func (s *CpuSubSystem) Name() string
func (*CpuSubSystem) Remove ¶
func (s *CpuSubSystem) Remove(cgroupPath string) error
func (*CpuSubSystem) Set ¶
func (s *CpuSubSystem) Set(cgroupPath string, res *ResourceConfig) error
type MemorySubSystem ¶
type MemorySubSystem struct { }
func (*MemorySubSystem) Name ¶
func (s *MemorySubSystem) Name() string
func (*MemorySubSystem) Remove ¶
func (s *MemorySubSystem) Remove(cgroupPath string) error
func (*MemorySubSystem) Set ¶
func (s *MemorySubSystem) Set(cgroupPath string, res *ResourceConfig) error
type ResourceConfig ¶
Click to show internal directories.
Click to hide internal directories.