Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Port JavaContext to C++
[simgrid.git] / examples / java / reservationSurfPlugin / reservation_surf_plugin.tesh
index 3d2e4b2..d7d52c9 100644 (file)
@@ -1,19 +1,21 @@
 #! tesh
 
-$ java -classpath ${classpath:=.} reservationSurfPlugin/TestPlugin ${srcdir:=.}/reservationSurfPlugin/reservationSurfPluginPlatform.xml ${srcdir:=.}/reservationSurfPlugin/reservationSurfPluginDeployment.xml
-> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.000000] [jmsg/INFO] helloo!
-> [Boivin:reservationSurfPlugin.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
-> [0.000000] [jmsg/INFO] Trace: Communicate message of size 1.0 with rate -1.0 and bound 1.048576E9 from Jacquelin to Boivin
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.026021] [jmsg/INFO] Send duration: 0.026021082474226805
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.026021] [jmsg/INFO] Trace: bandwidth of link0 before 1000000.0
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.026021] [jmsg/INFO] Trace: bandwidth of link0 after 1000.0
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.026021] [jmsg/INFO] Trace: bandwidth of link1 before 1000000.0
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.026021] [jmsg/INFO] Trace: bandwidth of link1 after 1000.0
-> [0.026021] [jmsg/INFO] Trace: Communicate message of size 1.0 with rate -1.0 and bound 1.048576E9 from Jacquelin to Boivin
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.053124] [jmsg/INFO] Send duration with update bandwidth: 0.027102474226804125
-> [0.053124] [jmsg/INFO] Trace: Communicate message of size 1.0 with rate -1.0 and bound 100.0 from Jacquelin to Boivin
-> [Boivin:reservationSurfPlugin.Receiver:(2) 0.089144] [jmsg/INFO] goodbye!
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.089144] [jmsg/INFO] Send normal duration with limited bandwidth: 0.036019999999999996
-> [Jacquelin:reservationSurfPlugin.Sender:(1) 0.089144] [jmsg/INFO] goodbye!
-> [0.089144] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
+$ java -classpath ${classpath:=.} reservationSurfPlugin/TestPlugin ${srcdir:=.}/../platforms/small_platform.xml ${srcdir:=.}/reservationSurfPlugin/reservationSurfPluginDeployment.xml
+> [0.000000] [jmsg/INFO] Using regular java threads.
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.000000] [jmsg/INFO] helloo!
+> [Ginette:reservationSurfPlugin.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
+> [0.000000] [jmsg/INFO] Trace: Communicate message of size 1.0 with rate -1.0 and bound 1.648342855615789E9 from Tremblay to Ginette
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Send duration: 0.016552456969645458
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Trace: bandwidth of 4 before 1.0099625E7
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Trace: bandwidth of 4 after 1000.0
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Trace: bandwidth of 3 before 3.4285625E7
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Trace: bandwidth of 3 after 1000.0
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Trace: bandwidth of 5 before 2.794625E7
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.016552] [jmsg/INFO] Trace: bandwidth of 5 after 1000.0
+> [0.016552] [jmsg/INFO] Trace: Communicate message of size 1.0 with rate -1.0 and bound 1.648342855615789E9 from Tremblay to Ginette
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.034187] [jmsg/INFO] Send duration with update bandwidth: 0.017634824016804124
+> [0.034187] [jmsg/INFO] Trace: Communicate message of size 1.0 with rate -1.0 and bound 100.0 from Tremblay to Ginette
+> [Ginette:reservationSurfPlugin.Receiver:(2) 0.060740] [jmsg/INFO] goodbye!
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.060740] [jmsg/INFO] Send normal duration with limited bandwidth: 0.02655234979
+> [Tremblay:reservationSurfPlugin.Sender:(1) 0.060740] [jmsg/INFO] goodbye!
+> [0.060740] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...