X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..ba1c6dce93:/examples/deprecated/java/cloud/migration/Test.java diff --git a/examples/deprecated/java/cloud/migration/Test.java b/examples/deprecated/java/cloud/migration/Test.java index d4bd4a6a4f..94d081df0e 100644 --- a/examples/deprecated/java/cloud/migration/Test.java +++ b/examples/deprecated/java/cloud/migration/Test.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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);