Module nested

Module nested 

Source
Expand description

Nested cgroup hierarchy scenario implementations.

Functionsยง

custom_nested_cgroup_cpuset
Nested cgroups with cpusets. create_cgroup auto-enables controllers on intermediate cgroup subtree_control for nested paths.
custom_nested_cgroup_imbalance
Nested sub-cgroups with heavy SpinWait vs light Bursty load imbalance.
custom_nested_cgroup_no_ctrl
Three-level nested hierarchy with workers at leaf cgroups.
custom_nested_cgroup_rapid_churn
Rapid nested cgroup create/destroy with dynamic names. Custom logic for dynamic naming.
custom_nested_cgroup_steady
Four nested sub-cgroups up to three levels deep with steady workload.
custom_nested_cgroup_task_move
Move workers through nested hierarchy: sub -> parent -> cross-hierarchy sub -> parent.