We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2b216 commit 9550b04Copy full SHA for 9550b04
system/cgroup_setter/README.md
@@ -27,12 +27,16 @@ format
27
```yaml
28
base_path: "/sys/fs/cgroup"
29
settings:
30
+ - directory: "xxx/xxx"
31
+ search_word:
32
+ - "xxxxx"
33
34
- directory: "xxx/xxx"
35
search_word:
36
- "xxxxx"
37
```
38
The following is an example of joining the PID from running `pgrep -f`
-with the keyword `__node:=system_monitor_container` to a cgroup named `/sys/fs/cgrpi/autoware/system_monitor`.
39
+with the keyword `__node:=system_monitor_container` to a cgroup named `/sys/fs/cgroup/autoware/system_monitor`.
40
41
example
42
@@ -43,6 +47,7 @@ settings:
43
47
- "__node:=system_monitor_container"
44
48
45
49
#### Rules
50
+
46
51
- The value of settings must be a sequence.
52
53
0 commit comments