summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/coloc-with-inner-group-member.dot
blob: a3bad7aab1226ab38ac8f71c1b45d01ee11fefa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 digraph "g" {
"bar_monitor_10000 rhel8-3" [ style=bold color="green" fontcolor="black"]
"bar_start_0 rhel8-3" -> "bar_monitor_10000 rhel8-3" [ style = bold]
"bar_start_0 rhel8-3" -> "grp_running_0" [ style = bold]
"bar_start_0 rhel8-3" -> "vip_start_0 rhel8-3" [ style = bold]
"bar_start_0 rhel8-3" [ style=bold color="green" fontcolor="black"]
"bar_stop_0 rhel8-4" -> "bar_start_0 rhel8-3" [ style = bold]
"bar_stop_0 rhel8-4" -> "foo_stop_0 rhel8-4" [ style = bold]
"bar_stop_0 rhel8-4" -> "grp_stopped_0" [ style = bold]
"bar_stop_0 rhel8-4" [ style=bold color="green" fontcolor="black"]
"foo_monitor_10000 rhel8-3" [ style=bold color="green" fontcolor="black"]
"foo_start_0 rhel8-3" -> "bar_start_0 rhel8-3" [ style = bold]
"foo_start_0 rhel8-3" -> "foo_monitor_10000 rhel8-3" [ style = bold]
"foo_start_0 rhel8-3" -> "grp_running_0" [ style = bold]
"foo_start_0 rhel8-3" [ style=bold color="green" fontcolor="black"]
"foo_stop_0 rhel8-4" -> "foo_start_0 rhel8-3" [ style = bold]
"foo_stop_0 rhel8-4" -> "grp_stopped_0" [ style = bold]
"foo_stop_0 rhel8-4" [ style=bold color="green" fontcolor="black"]
"grp_running_0" [ style=bold color="green" fontcolor="orange"]
"grp_start_0" -> "bar_start_0 rhel8-3" [ style = bold]
"grp_start_0" -> "foo_start_0 rhel8-3" [ style = bold]
"grp_start_0" -> "grp_running_0" [ style = bold]
"grp_start_0" -> "vip_start_0 rhel8-3" [ style = bold]
"grp_start_0" [ style=bold color="green" fontcolor="orange"]
"grp_stop_0" -> "bar_stop_0 rhel8-4" [ style = bold]
"grp_stop_0" -> "foo_stop_0 rhel8-4" [ style = bold]
"grp_stop_0" -> "grp_stopped_0" [ style = bold]
"grp_stop_0" -> "vip_stop_0 rhel8-3" [ style = bold]
"grp_stop_0" [ style=bold color="green" fontcolor="orange"]
"grp_stopped_0" -> "grp_start_0" [ style = bold]
"grp_stopped_0" [ style=bold color="green" fontcolor="orange"]
"vip_monitor_10000 rhel8-3" [ style=bold color="green" fontcolor="black"]
"vip_start_0 rhel8-3" -> "grp_running_0" [ style = bold]
"vip_start_0 rhel8-3" -> "vip_monitor_10000 rhel8-3" [ style = bold]
"vip_start_0 rhel8-3" [ style=bold color="green" fontcolor="black"]
"vip_stop_0 rhel8-3" -> "bar_stop_0 rhel8-4" [ style = bold]
"vip_stop_0 rhel8-3" -> "grp_stopped_0" [ style = bold]
"vip_stop_0 rhel8-3" -> "vip_start_0 rhel8-3" [ style = bold]
"vip_stop_0 rhel8-3" [ style=bold color="green" fontcolor="black"]
}