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": "first",
		"matches": [
			[{ "PcommPrefix": "htop" }],
			[{ "PcommPrefix": "scxtop" }],
			[{ "PcommPrefix": "bash" }],
			[{ "PcommPrefix": "yes" }]
		],
		"kind": {
			"Grouped": {
				"cpus_range_frac":  [0.25, 0.5],
				"util_range": [0.4, 0.85],
				"growth_algo": "RandomTopo",
				"disallow_preempt_after_us": 0,
				"protected": true
			}
		}
	},
	{
		"name": "second",
		"matches": [
			[{ "PcommPrefix": "stress-ng" }]
		],
		"kind": {
			"Grouped": {
				"cpus_range_frac":  [0.5, 0.5],
				"util_range": [0.4, 0.85],
				"growth_algo": "RandomTopo",
				"protected": true
			}
		}
	},
	{
		"name": "third",
		"matches": [
			[{ "PcommPrefix": "stress-ng" }]
		],
		"kind": {
			"Grouped": {
				"cpus_range":  [5, 5],
				"util_range": [0.4, 0.85],
				"growth_algo": "RandomTopo",
				"protected": true
			}
		}
	},
	{
		"name": "fourth",
		"matches": [
			[]
		],
		"kind": {
			"Open": {
				"growth_algo": "RandomTopo"
			}
		}
	}
]