scx_layered 1.1.3

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": "second",
		"matches": [
			[{ "CommPrefix": "stress" }, {"UIDEquals": 1000}]
		],
		"kind": {
			"Confined": {
				"cpus_range":  [6, 6],
				"util_range": [0.4, 0.85],
				"preempt": true,
				"preempt_first": true,
				"growth_algo": "Reverse",
				"slice_us": 1000,
				"yield_ignore": 0.50
			}
		}
	},
	{
		"name": "third",
		"matches": [
			[]
		],
		"kind": {
			"Open": {
				"growth_algo": "Linear"
			}
		}
	}
]