Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'simgrid-udpor-integration' into 'master'
[simgrid.git] / examples / python / comm-throttling / comm-throttling.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/comm-throttling.py --platform ${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.0696616701030925 seconds
7 >[  6.077468] (2:receiver@node-1.simgrid.org) Payload received (throttled) in 4.007806 seconds