Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
logs: Allow %a instead of %P to display the actor name
[simgrid.git] / examples / s4u / io-dependent / s4u-io-dependent.tesh
index 26fb3b3..3a3d2f9 100644 (file)
@@ -1,11 +1,11 @@
 #!/usr/bin/env tesh
 
 ! output sort
-$ ${bindir:=.}/s4u-io-dependent ${platfdir}/hosts_with_disks.xml --log=s4u_activity.t:debug "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+$ ${bindir:=.}/s4u-io-dependent ${platfdir}/hosts_with_disks.xml --log=s4u_activity.t:verbose "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n"
 > [  1.000000] (1:bob@bob) All dependencies are solved, let's start 'bob write'
 > [  1.000000] (1:bob@bob) Remove a dependency from 'bob compute' on 'bob write'
 > [  1.100000] (1:bob@bob) All dependencies are solved, let's start 'carl read'
 > [  1.100000] (1:bob@bob) Remove a dependency from 'bob write' on 'carl read'
-> [  1.166667] (1:bob@bob) All dependencies are solved, let's start 'carl compute'
-> [  1.166667] (1:bob@bob) Remove a dependency from 'carl read' on 'carl compute'
-> [  2.166667] (0:maestro@) Simulation time 2.16667
+> [  1.140000] (1:bob@bob) All dependencies are solved, let's start 'carl compute'
+> [  1.140000] (1:bob@bob) Remove a dependency from 'carl read' on 'carl compute'
+> [  2.140000] (0:maestro@) Simulation time 2.14