Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
01b31a7b2db2b1be3f9d91a044b78b3907a3bf6b
[simgrid.git] / examples / msg / bittorrent / bittorrent.tesh
1 #! ./tesh
2
3 p Testing the Bittorrent implementation with MSG
4
5 ! output sort
6 $ $SG_TEST_EXENV ${bindir:=.}/bittorrent ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/bittorrent.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (1:tracker@Jacquelin) Tracker launched.
8 > [  0.000000] (2:peer@Boivin) Hi, I'm joining the network with id 2
9 > [  0.000000] (3:peer@Jean_Yves) Hi, I'm joining the network with id 3
10 > [  0.000000] (4:peer@TeX) Hi, I'm joining the network with id 4
11 > [  0.000000] (5:peer@Geoff) Hi, I'm joining the network with id 5
12 > [  0.000000] (6:peer@Disney) Hi, I'm joining the network with id 6
13 > [  0.000000] (7:peer@iRMX) Hi, I'm joining the network with id 7
14 > [  0.000000] (8:peer@McGee) Hi, I'm joining the network with id 8
15 > [3000.000000] (1:tracker@Jacquelin) Tracker is leaving
16 > [5000.005340] (5:peer@Geoff) Here is my current status: 1111111111
17 > [5000.012427] (7:peer@iRMX) Here is my current status: 1111111111
18 > [5000.048881] (2:peer@Boivin) Here is my current status: 1111111111
19 > [5000.827216] (8:peer@McGee) Here is my current status: 1111111111
20 > [5000.832407] (3:peer@Jean_Yves) Here is my current status: 1111111111
21 > [5000.897053] (4:peer@TeX) Here is my current status: 1111111111
22 > [5000.897053] (6:peer@Disney) Here is my current status: 1111111111
23
24