Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the path to gras_stub_generator in the tutorial makefile
[simgrid.git] / doc / gtut-files / 06-logs.output.fmt
1 $ ./test_server 12345 --log=test.fmt:%m%n & ./test_client 127.0.0.1 12345 --log=test.fmt:%m%n
2 Cool, we received the message from 127.0.0.1:1024.
3 nCool, we received the message from 127.0.0.1:1024.
4 nArgh, killed by 127.0.0.1:1024! Bye folks...
5 n[arthur:server:(27630) 0.000011] [gras/INFO] Exiting GRAS
6 we sent the data to the server on 127.0.0.1. Let's do it again for fun
7 Ok. Enough. Have a rest, and then kill the server
8 [arthur:client:(27634) 0.000019] [gras/INFO] Exiting GRAS
9 $
10 $ ./test_simulator platform.xml test.xml --log=test.fmt:%m%n
11 we sent the data to the server on Jacquelin. Let's do it again for fun
12 Cool, we received the message from Boivin:1024.
13 Ok. Enough. Have a rest, and then kill the server
14 Cool, we received the message from Boivin:1024.
15 [Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS
16 Argh, killed by Boivin:1024! Bye folks...
17 [Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS
18 $