• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "Cgroups": [
3    {
4      "controller": "cpu",
5      "path": "/dev/cpuctl",
6      "sched_policy": {
7        "sp_default": "",
8        "sp_background": "background",
9        "sp_foreground": "foreground",
10        "sp_system_background": "system-background",
11        "sp_top_app": "top-app"
12      }
13    },
14    {
15      "controller": "cpuset",
16      "path": "/dev/cpuset",
17      "sched_policy": {
18        "sp_default": "",
19        "sp_background": "background",
20        "sp_foreground": "foreground",
21        "sp_system_background": "system-background",
22        "sp_top_app": "top-app"
23      }
24    }
25  ]
26}
27