Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chainsend: reduce filesize in tesh to avoid timeouts in slow platforms
authorMaximiliano Geier <maximiliano.geier@loria.fr>
Fri, 1 Feb 2013 09:04:19 +0000 (10:04 +0100)
committerMaximiliano Geier <maximiliano.geier@loria.fr>
Fri, 1 Feb 2013 09:04:19 +0000 (10:04 +0100)
examples/msg/chainsend/chainsend.tesh
examples/msg/chainsend/deployment_tesh.xml

index 098df7b..5454299 100644 (file)
@@ -5,12 +5,12 @@ p Testing the chainsend MSG implementation
 ! timeout 60
 ! output sort
 $ $SG_TEST_EXENV ${bindir:=.}/chainsend ${srcdir:=.}/platform_chainsend.xml ${srcdir:=.}/deployment_tesh.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n"
-> [    5.683972] (2:peer@host1) ### 5.683972 536870912 bytes (Avg 90.077856 MB/s); copy finished (simulated).
-> [    6.936704] (3:peer@host2) ### 6.936704 536870912 bytes (Avg 73.810274 MB/s); copy finished (simulated).
-> [    6.951030] (4:peer@host3) ### 6.951030 536870912 bytes (Avg 73.658146 MB/s); copy finished (simulated).
-> [    6.951486] (5:peer@host4) ### 6.951486 536870912 bytes (Avg 73.653321 MB/s); copy finished (simulated).
-> [    7.170536] (9:peer@host8) ### 7.170536 536870912 bytes (Avg 71.403309 MB/s); copy finished (simulated).
-> [    7.952668] (6:peer@host5) ### 7.952668 536870912 bytes (Avg 64.380908 MB/s); copy finished (simulated).
-> [    7.972487] (7:peer@host6) ### 7.972486 536870912 bytes (Avg 64.220868 MB/s); copy finished (simulated).
-> [    8.972948] (0:@) Total simulation time: 8.972948e+00
-> [    8.972948] (8:peer@host7) ### 8.972948 536870912 bytes (Avg 57.060399 MB/s); copy finished (simulated).
+> [    0.229841] (9:peer@host8) ### 0.229841 16777216 bytes (Avg 69.613244 MB/s); copy finished (simulated).
+> [    2.055157] (2:peer@host1) ### 2.055157 16777216 bytes (Avg 7.785292 MB/s); copy finished (simulated).
+> [    2.125671] (3:peer@host2) ### 2.125671 16777216 bytes (Avg 7.527034 MB/s); copy finished (simulated).
+> [    2.157894] (4:peer@host3) ### 2.157894 16777216 bytes (Avg 7.414636 MB/s); copy finished (simulated).
+> [    2.158420] (5:peer@host4) ### 2.158420 16777216 bytes (Avg 7.412829 MB/s); copy finished (simulated).
+> [    2.159139] (6:peer@host5) ### 2.159139 16777216 bytes (Avg 7.410362 MB/s); copy finished (simulated).
+> [    2.191593] (7:peer@host6) ### 2.191593 16777216 bytes (Avg 7.300626 MB/s); copy finished (simulated).
+> [    2.191989] (0:@) Total simulation time: 2.191989e+00
+> [    2.191989] (8:peer@host7) ### 2.191989 16777216 bytes (Avg 7.299307 MB/s); copy finished (simulated).
index 72825f5..7f4b1f0 100644 (file)
@@ -5,7 +5,7 @@
   <!-- Broadcaster -->
   <process host="host0" function="broadcaster">
        <argument value="8"/> <!-- number of peers -->
-       <argument value="8192"/> <!-- number of pieces -->
+       <argument value="256"/> <!-- number of pieces -->
   </process>
 
   <!-- Peers -->