scx_layered 1.0.21

A highly configurable multi-layer BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main
Documentation
[
	{
		"name": "not stress-ng",
		"matches": [
			[{ "CommPrefixExclude": "stress-ng" }]
		],
		"kind": {
			"Grouped": {
				"cpus_range":  [5, 5],
				"util_range": [0.01, 0.99],
				"growth_algo": "RandomTopo",
				"protected": true
			}
		}
	},
	{
		"name": "stress-ng",
		"matches": [
			[]
		],
		"kind": {
			"Open": {
				"growth_algo": "RandomTopo"
			}
		}
	}
]