Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in tesh files (except when testing tesh or log facility).
[simgrid.git] / examples / deprecated / java / cloud / migration / Test.java
index 6d9f7db..94d081d 100644 (file)
@@ -44,7 +44,7 @@ public class Test extends Process{
     Msg.info("This example evaluates the migration time of a VM in presence of collocated VMs on the source and "
              + "the dest nodes");
     Msg.info("The migrated VM has a memory intensity rate of 70% of the network BW and a cpu load of 90% \" "
-             +"(see cloudcom 2013 paper \"Adding a Live Migration Model Into SimGrid\" for further information) ");
+             +"(see cloudcom 2013 paper \"Adding a Live Migration Model Into SimGrid\" for further information)");
 
     Msg.info("Load of collocated VMs fluctuate between 0 and 90% in order to create a starvation issue and see "
              + "whether it impacts or not the migration time");
@@ -102,8 +102,7 @@ public class Test extends Process{
     vm1.setLoad(load1);
     doMigration(vm1, host0, host1);
     doMigration(vm1, host1, host0);
-    Msg.info("");
-    Msg.info("");
+    Msg.info(".");
     Msg.info("Round trip of VM1 (load "+load2+"%)");
     vm1.setLoad(load2);
     doMigration(vm1, host0, host1);