X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58bce89d599a5bee49318c168f54fb407fbf5d24..41979235d361aa38c8ce15449cb719191c9f0fd6:/doc/gtut-files/06-logs.output.verbose diff --git a/doc/gtut-files/06-logs.output.verbose b/doc/gtut-files/06-logs.output.verbose index 7a8ff61009..42a8db8737 100644 --- a/doc/gtut-files/06-logs.output.verbose +++ b/doc/gtut-files/06-logs.output.verbose @@ -1,21 +1,20 @@ -$ ./test_server 12345 --gras-log=test.thres=verbose & ./test_client 127.0.0.1 12345 --gras-log=test.thres=verbose -[blaise:server:(13248) 0.000005] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024. -[blaise:server:(13248) 5.134000] test.c:26: [test/INFO] Cool, we received the message from 127.0.0.1:1024. -[blaise:server:(13248) 5.134080] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks... -[blaise:server:(13248) 5.134112] gras/gras.c:83: [gras/INFO] Exiting GRAS -[blaise:client:(13251) 0.000005] test.c:65: [test/VERBOSE] Client ready; listening on 1024 -[blaise:client:(13251) 1.552926] test.c:71: [test/INFO] we sent the data to the server on 127.0.0.1. Let's do it again for fun -[blaise:client:(13251) 1.552989] test.c:74: [test/INFO] Ok. Enough. Have a rest, and then kill the server -[blaise:client:(13251) 6.683581] gras/gras.c:83: [gras/INFO] Exiting GRAS +$ ./test_server 12345 --log=test.thres:verbose & ./test_client 127.0.0.1 12345 --log=test.thres:verbose +[arthur:client:(27681) 0.000012] test.c:65: [test/VERBOSE] Client ready; listening on 1024 +[arthur:client:(27681) 1.500865] [test/INFO] we sent the data to the server on 127.0.0.1. Let's do it again for fun +[arthur:client:(27681) 1.500972] [test/INFO] Ok. Enough. Have a rest, and then kill the server +[arthur:client:(27681) 6.501225] [gras/INFO] Exiting GRAS +[arthur:server:(27677) 0.000015] [test/INFO] Cool, we received the message from 127.0.0.1:1024. +[arthur:server:(27677) 0.000144] [test/INFO] Cool, we received the message from 127.0.0.1:1024. +[arthur:server:(27677) 5.000244] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks... +[arthur:server:(27677) 5.000296] [gras/INFO] Exiting GRAS $ -$ ./test_simulator platform.xml test.xml --gras-log=test.thres=verbose +$ ./test_simulator platform.xml test.xml --log=test.thres:verbose [Boivin:client:(2) 0.000000] test.c:65: [test/VERBOSE] Client ready; listening on 1024 -[Boivin:client:(2) 1.500537] test.c:71: [test/INFO] we sent the data to the server on Jacquelin. Let's do it again for fun -[Jacquelin:server:(1) 1.500537] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024. -[Boivin:client:(2) 1.501074] test.c:74: [test/INFO] Ok. Enough. Have a rest, and then kill the server -[Jacquelin:server:(1) 1.501074] test.c:26: [test/INFO] Cool, we received the message from Boivin:1024. -[Boivin:client:(2) 6.501611] gras/gras.c:83: [gras/INFO] Exiting GRAS -[Jacquelin:server:(1) 6.501611] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks... -[Jacquelin:server:(1) 6.501611] gras/gras.c:83: [gras/INFO] Exiting GRAS -[6.501611] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all processes are over +[Boivin:client:(2) 1.500552] [test/INFO] we sent the data to the server on Jacquelin. Let's do it again for fun +[Jacquelin:server:(1) 1.500552] [test/INFO] Cool, we received the message from Boivin:1024. +[Boivin:client:(2) 1.501089] [test/INFO] Ok. Enough. Have a rest, and then kill the server +[Jacquelin:server:(1) 1.501089] [test/INFO] Cool, we received the message from Boivin:1024. +[Boivin:client:(2) 6.501626] [gras/INFO] Exiting GRAS +[Jacquelin:server:(1) 6.501626] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks... +[Jacquelin:server:(1) 6.501626] [gras/INFO] Exiting GRAS $