Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / examples / cpp / io-priority / s4u-io-priority.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/s4u-io-priority ${platfdir}/hosts_with_disks.xml
4 > [bob:privileged_writer:(2) 0.150000] [s4u_test/INFO] First write done.
5 > [bob:writer:(1) 0.200000] [s4u_test/INFO] First write done.
6 > [bob:privileged_writer:(2) 0.300000] [s4u_test/INFO] Increase priority for the priviledged writer (2000000 bytes remaining to write)
7 > [bob:privileged_writer:(2) 0.375000] [s4u_test/INFO] Second write done.
8 > [bob:writer:(1) 0.400000] [s4u_test/INFO] Second write done.