summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/5-am-then-bm-a-not-migratable.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/5-am-then-bm-a-not-migratable.dot')
-rw-r--r--cts/scheduler/dot/5-am-then-bm-a-not-migratable.dot20
1 files changed, 20 insertions, 0 deletions
diff --git a/cts/scheduler/dot/5-am-then-bm-a-not-migratable.dot b/cts/scheduler/dot/5-am-then-bm-a-not-migratable.dot
new file mode 100644
index 0000000..baf3ba1
--- /dev/null
+++ b/cts/scheduler/dot/5-am-then-bm-a-not-migratable.dot
@@ -0,0 +1,20 @@
+ digraph "g" {
+"A_monitor_60000 18node2" [ style=bold color="green" fontcolor="black"]
+"A_start_0 18node2" -> "A_monitor_60000 18node2" [ style = bold]
+"A_start_0 18node2" -> "B_migrate_to_0 18node2" [ style = dashed]
+"A_start_0 18node2" -> "B_start_0 18node1" [ style = bold]
+"A_start_0 18node2" [ style=bold color="green" fontcolor="black"]
+"A_stop_0 18node1" -> "A_start_0 18node2" [ style = bold]
+"A_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
+"B_migrate_from_0 18node1" -> "B_start_0 18node1" [ style = dashed]
+"B_migrate_from_0 18node1" -> "B_stop_0 18node2" [ style = dashed]
+"B_migrate_from_0 18node1" [ style=dashed color="red" fontcolor="black"]
+"B_migrate_to_0 18node2" -> "B_migrate_from_0 18node1" [ style = dashed]
+"B_migrate_to_0 18node2" [ style=dashed color="red" fontcolor="black"]
+"B_monitor_60000 18node1" [ style=bold color="green" fontcolor="black"]
+"B_start_0 18node1" -> "B_monitor_60000 18node1" [ style = bold]
+"B_start_0 18node1" [ style=bold color="green" fontcolor="black"]
+"B_stop_0 18node2" -> "A_stop_0 18node1" [ style = bold]
+"B_stop_0 18node2" -> "B_start_0 18node1" [ style = bold]
+"B_stop_0 18node2" [ style=bold color="green" fontcolor="black"]
+}