[
{
"name": "match one container",
"matches": [
[
{ "CgroupContains": "nope" }
]
],
"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": "match other containers",
"matches": [
[{ "CgroupContains": "docker" }]
],
"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"
}
}
}
]