X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a97de8c98502af9f74cfceb924fa02e0fd80925..07435c01fb3d54e859056775b0db86f2afc5ac2f:/examples/java/cloud/cloud.tesh diff --git a/examples/java/cloud/cloud.tesh b/examples/java/cloud/cloud.tesh index b6964d4d84..1318b2bc42 100644 --- a/examples/java/cloud/cloud.tesh +++ b/examples/java/cloud/cloud.tesh @@ -1,12 +1,12 @@ #! tesh -! output sort +! output sort 19 $ java -classpath ${classpath:=.} cloud/Cloud ${srcdir:=.}/../platforms/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (0:@) Using regular java threads. Coroutines could speed your simulation up. -> [ 0.000000] (0:@) Start2 hosts -> [ 0.000000] (0:@) Create VM(VM00)@PM(Intel) with 0 mounted disks -> [ 0.000000] (0:@) Create VM(VM01)@PM(Provost) with 0 mounted disks +> [ 0.000000] (0:maestro@) Using regular java threads. +> [ 0.000000] (0:maestro@) Start2 hosts +> [ 0.000000] (0:maestro@) Create VM(VM00)@PM(Intel) with 0 mounted disks +> [ 0.000000] (0:maestro@) Create VM(VM01)@PM(Provost) with 0 mounted disks > [ 0.000000] (1:Master@Jacquelin) create VM00 > [ 0.000000] (1:Master@Jacquelin) Put Worker WRK00 on VM00 > [ 0.000000] (1:Master@Jacquelin) create VM01 @@ -30,14 +30,8 @@ $ java -classpath ${classpath:=.} cloud/Cloud ${srcdir:=.}/../platforms/platform > [1000.000000] (1:Master@Jacquelin) Migrate everyone to Fernand > [1000.000000] (1:Master@Jacquelin) Migrate VM00fromIntelto Fernand > [1000.000000] (5:__pr_mig_tx:VM00(Intel-Fernand)@Intel) Stage 1: Gonna send 1073741824 -> [3463.797594] (5:__pr_mig_tx:VM00(Intel-Fernand)@Intel) Stage 3: Gonna send 0.000000 -> [3465.751712] (0:@) migrate VM(VM00): set bound (137333000.000000) at Fernand -> [3465.751712] (5:__pr_mig_tx:VM00(Intel-Fernand)@Intel) mig: tx_done > [3467.577368] (1:Master@Jacquelin) Migrate VM01fromProvostto Fernand > [3467.577368] (7:__pr_mig_tx:VM01(Provost-Fernand)@Provost) Stage 1: Gonna send 1073741824 -> [5929.514531] (7:__pr_mig_tx:VM01(Provost-Fernand)@Provost) Stage 3: Gonna send 0.000000 -> [5929.608220] (0:@) migrate VM(VM01): set bound (137333000.000000) at Fernand -> [5929.608220] (7:__pr_mig_tx:VM01(Provost-Fernand)@Provost) mig: tx_done -> [5931.433875] (0:@) MSG_main finished; Cleaning up the simulation... +> [5931.433875] (0:maestro@) MSG_main finished; Cleaning up the simulation... > [5931.433875] (1:Master@Jacquelin) Let's shut down the simulation and kill everyone. > [5931.433875] (1:Master@Jacquelin) Master done.