1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
#!/usr/bin/env tesh
p Testing the Bittorrent implementation with S4U
! timeout 10
! output sort 19
$ ${bindir:=.}/s4u-app-bittorrent ${platfdir}/cluster_backbone.xml s4u-app-bittorrent_d.xml "--log=root.fmt:[%12.6r]%e(%i:%a@%h)%e%m%n"
> [ 0.000000] (1:tracker@node-0.simgrid.org) Tracker launched.
> [ 0.000000] (2:peer@node-1.simgrid.org) Hi, I'm joining the network with id 2
> [ 0.000000] (3:peer@node-2.simgrid.org) Hi, I'm joining the network with id 3
> [ 0.000000] (4:peer@node-3.simgrid.org) Hi, I'm joining the network with id 4
> [ 0.000000] (5:peer@node-4.simgrid.org) Hi, I'm joining the network with id 5
> [ 0.000000] (6:peer@node-5.simgrid.org) Hi, I'm joining the network with id 6
> [ 0.000000] (7:peer@node-6.simgrid.org) Hi, I'm joining the network with id 7
> [ 0.000000] (8:peer@node-7.simgrid.org) Hi, I'm joining the network with id 8
> [ 3000.000000] (1:tracker@node-0.simgrid.org) Tracker is leaving
> [ 5000.007806] (2:peer@node-1.simgrid.org) Here is my current status: 1111111111
> [ 5000.007806] (3:peer@node-2.simgrid.org) Here is my current status: 1111111111
> [ 5000.007806] (4:peer@node-3.simgrid.org) Here is my current status: 1111111111
> [ 5000.007806] (5:peer@node-4.simgrid.org) Here is my current status: 1111111111
> [ 5000.007806] (6:peer@node-5.simgrid.org) Here is my current status: 1111111111
> [ 5000.007806] (7:peer@node-6.simgrid.org) Here is my current status: 1111111111
> [ 5000.007806] (8:peer@node-7.simgrid.org) Here is my current status: 1111111111
|