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": "cmd",
    "comment": "Layers join using pthread_setname_np() to send a command to the scheduler. See examples/cmdjoin.c for more details.",
    "matches": [
      [
        {
          "CmdJoin": "test"
        }
      ]
    ],
    "kind": {
      "Confined": {
        "util_range": [
          0.4,
          0.90
        ]
      }
    }
  },
  {
    "name": "reset",
    "comment": "the rest",
    "matches":[[]],
    "kind": {
      "Grouped": {
        "util_range": [
          0.05,
          0.60
        ]
      }
    }
  }
]