package
0.0.0-20241125160946-be510e3ce0fa
Repository: https://github.com/obaraelijah/secureproc.git
Documentation: pkg.go.dev

# Packages

Package cgroupv1test provides a collection of components to help with unit testing clients of the cgroupv1 package.

# Functions

NewSet creates a new cgroup (v1) set for the given jobID.
NewSetDetailed creates a new cgroup (v1) set for the given jobID rooted at the given basePath.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BlockIOController implements the BlockIOController cgroup controller.
CpuController implements cgroup v2 control using CFS Bandwidth Control.
MemoryController configures the MemoryController cgroup controller.
Set maintains a collection of 0 or more cgroup controllers that should be created/removed at the same time.

# Interfaces

Controller defines the interface to a cgroup controller -- objects that model concrete cgroup controlers and their configuration options.