Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / examples / cpp / comm-throttling / s4u-comm-throttling.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/s4u-comm-throttling ${platfdir}/cluster_backbone.xml "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
4 > [  0.000000] (1:sender@node-0.simgrid.org) Send at full bandwidth
5 > [  2.069662] (1:sender@node-0.simgrid.org) Throttle the bandwidth at the Comm level
6 > [  2.069662] (2:receiver@node-1.simgrid.org) Payload received (full bandwidth) in 2.069662 seconds
7 > [  6.077468] (2:receiver@node-1.simgrid.org) Payload received (throttled) in 4.007806 seconds