Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c91fedf15d571aa5660d06d3a6e00cae8873a3a7
[simgrid.git] / teshsuite / msg / pid.tesh
1 ! output sort
2 $ msg/pid ${srcdir:=.}/msg/pid.xml 0 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
3 > [  0.000000] (1:sendpid@toto) Sending pid of "1".
4 > [  0.000000] (2:sendpid@toto) Sending pid of "2".
5 > [  0.000000] (3:sendpid@toto) Sending pid of "3".
6 > [  0.001082] (4:killall@toto) Killing process "1".
7 > [  0.001082] (1:sendpid@toto) Send of pid "1" done.
8 > [  0.001082] (1:sendpid@toto) Process "1" killed.
9 > [  0.002165] (2:sendpid@toto) Send of pid "2" done.
10 > [  0.002165] (4:killall@toto) Killing process "2".
11 > [  0.002165] (2:sendpid@toto) Process "2" killed.
12 > [  0.003247] (3:sendpid@toto) Send of pid "3" done.
13 > [  0.003247] (4:killall@toto) Killing process "3".
14 > [  0.003247] (3:sendpid@toto) Process "3" killed.
15
16 $ msg/pid ${srcdir:=.}/msg/pid.xml 2 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
17 > [  0.000000] (10:sendpid@toto) Sending pid of "2".
18 > [  0.000000] (11:sendpid@toto) Sending pid of "3".
19 > [  0.000000] (12:sendpid@toto) Sending pid of "4".
20 > [  0.001082] (13:killall@toto) Killing process "2".
21 > [  0.001082] (1:sendpid@toto) Send of pid "2" done.
22 > [  0.001082] (1:sendpid@toto) Process "2" killed.
23 > [  0.002165] (2:sendpid@toto) Send of pid "3" done.
24 > [  0.002165] (4:killall@toto) Killing process "3".
25 > [  0.002165] (2:sendpid@toto) Process "3" killed.
26 > [  0.003247] (3:sendpid@toto) Send of pid "4" done.
27 > [  0.003247] (4:killall@toto) Killing process "4".
28 > [  0.003247] (3:sendpid@toto) Process "4" killed.