Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the platform files: the root tag is now called 'platform', not 'platform_descr...
[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 we sent the data to the server on 127.0.0.1. Let's do it again for fun
3 Ok. Enough. Have a rest, and then kill the server
4 [blaise:client:(17371) 0.000031] [gras/INFO] Exiting GRAS
5 Cool, we received the message from 127.0.0.1:1024.
6 nCool, we received the message from 127.0.0.1:1024.
7 nArgh, killed by 127.0.0.1:1024! Bye folks...
8 n[blaise:server:(17368) 0.000010] [gras/INFO] Exiting GRAS
9 $
10 $ ./test_simulator platform.xml test.xml --log=test.fmt:%m%n
11 Cool, we received the message from Boivin:1024.
12 we sent the data to the server on Jacquelin. Let's do it again for fun
13 Cool, we received the message from Boivin:1024.
14 Ok. Enough. Have a rest, and then kill the server
15 Argh, killed by Boivin:1024! Bye folks...
16 [Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS
17 [Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS
18 $