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": "numa_0",
    "comment": "numa0",
    "matches": [
      [
        {
          "CommPrefix": "stress-ng"
        }
      ],
      [
        {
          "PcommPrefix": "stress-ng"
        }
      ]
    ],
    "kind": {
      "Confined": {
        "util_range": [
          0.4,
          0.90
        ],
        "nodes": [
          0
        ]
      }
    }
  },
  {
    "name": "reset",
    "comment": "the rest",
    "matches":[[]],
    "kind": {
      "Grouped": {
        "util_range": [
          0.05,
          0.60
        ]
      }
    }
  }
]