Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
contributers += malek
[simgrid.git] / doc / gtut-files / 06-logs.output.fmt-bt
1 $ ./test_server 12345 --log=test.fmt:"[%r] %m%n%b%n%n" & ./test_client 127.0.0.1 12345 --log=test.fmt:"[%r] %m%n%b%n%n"
2 [0.000003]we sent the data to the server on 127.0.0.1. Let's do it again for fun
3 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
4 client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:72
5 main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_client.c:31
6
7
8 [0.117493]Ok. Enough. Have a rest, and then kill the server
9 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
10 client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:75
11 main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_client.c:31
12
13
14 [blaise:client:(17394) 0.000020] [gras/INFO] Exiting GRAS
15 [0.000003]Cool, we received the message from 127.0.0.1:1024.
16 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
17 server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29
18 gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414
19 server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47
20 main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_server.c:31
21
22
23 [0.137321]Cool, we received the message from 127.0.0.1:1024.
24 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
25 server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29
26 gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414
27 server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47
28 main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_server.c:31
29
30
31 [5.149342]Argh, killed by 127.0.0.1:1024! Bye folks...
32 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
33 server_kill_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:17
34 gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414
35 server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47
36 main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_server.c:31
37
38
39 [blaise:server:(17391) 0.000010] [gras/INFO] Exiting GRAS
40 $
41 $ ./test_simulator platform.xml test.xml --log=test.fmt:[%r]%m%n%b%n%n
42 [0.000000]Cool, we received the message from Boivin:1024.
43 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
44 server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29
45 gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414
46 server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47
47
48
49 [0.000000]we sent the data to the server on Jacquelin. Let's do it again for fun
50 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
51 client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:72
52
53
54 [0.000537]Cool, we received the message from Boivin:1024.
55 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
56 server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29
57 gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414
58 server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47
59
60
61 [0.000537]Ok. Enough. Have a rest, and then kill the server
62 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
63 client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:75
64
65
66 [5.001074]Argh, killed by Boivin:1024! Bye folks...
67 _xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583
68 server_kill_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:17
69 gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414
70 server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47
71
72
73 [Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS
74 [Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS
75 $