Module cgroups::hierarchies

source ·
Expand description

This module represents the various control group hierarchies the Linux kernel supports.

Currently, we only support the cgroupv1 hierarchy, but in the future we will add support for the Unified Hierarchy.

Structs

The standard, original cgroup implementation. Often referred to as “cgroupv1”.