From 9f8346d6507ba8dd2a6a2b768e053167f0e90792 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 17 Jul 2007 14:21:45 +0000 Subject: [PATCH] Output of the lastest examples (forgot in previous commit) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3841 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/gtut-files/06-logs.output.fmt | 18 +++++++ doc/gtut-files/06-logs.output.fmt-bt | 75 ++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 doc/gtut-files/06-logs.output.fmt create mode 100644 doc/gtut-files/06-logs.output.fmt-bt diff --git a/doc/gtut-files/06-logs.output.fmt b/doc/gtut-files/06-logs.output.fmt new file mode 100644 index 0000000000..1a4763b8f5 --- /dev/null +++ b/doc/gtut-files/06-logs.output.fmt @@ -0,0 +1,18 @@ +$ ./test_server 12345 --log=test.fmt:%m%n & ./test_client 127.0.0.1 12345 --log=test.fmt:%m%n +we sent the data to the server on 127.0.0.1. Let's do it again for fun +Ok. Enough. Have a rest, and then kill the server +[blaise:client:(17371) 0.000031] [gras/INFO] Exiting GRAS +Cool, we received the message from 127.0.0.1:1024. +nCool, we received the message from 127.0.0.1:1024. +nArgh, killed by 127.0.0.1:1024! Bye folks... +n[blaise:server:(17368) 0.000010] [gras/INFO] Exiting GRAS +$ +$ ./test_simulator platform.xml test.xml --log=test.fmt:%m%n +Cool, we received the message from Boivin:1024. +we sent the data to the server on Jacquelin. Let's do it again for fun +Cool, we received the message from Boivin:1024. +Ok. Enough. Have a rest, and then kill the server +Argh, killed by Boivin:1024! Bye folks... +[Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS +[Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS +$ diff --git a/doc/gtut-files/06-logs.output.fmt-bt b/doc/gtut-files/06-logs.output.fmt-bt new file mode 100644 index 0000000000..b1e060a68c --- /dev/null +++ b/doc/gtut-files/06-logs.output.fmt-bt @@ -0,0 +1,75 @@ +$ ./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" +[0.000003]we sent the data to the server on 127.0.0.1. Let's do it again for fun +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:72 +main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_client.c:31 + + +[0.117493]Ok. Enough. Have a rest, and then kill the server +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:75 +main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_client.c:31 + + +[blaise:client:(17394) 0.000020] [gras/INFO] Exiting GRAS +[0.000003]Cool, we received the message from 127.0.0.1:1024. +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29 +gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414 +server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47 +main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_server.c:31 + + +[0.137321]Cool, we received the message from 127.0.0.1:1024. +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29 +gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414 +server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47 +main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_server.c:31 + + +[5.149342]Argh, killed by 127.0.0.1:1024! Bye folks... +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +server_kill_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:17 +gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414 +server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47 +main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_server.c:31 + + +[blaise:server:(17391) 0.000010] [gras/INFO] Exiting GRAS +$ +$ ./test_simulator platform.xml test.xml --log=test.fmt:[%r]%m%n%b%n%n +[0.000000]Cool, we received the message from Boivin:1024. +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29 +gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414 +server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47 + + +[0.000000]we sent the data to the server on Jacquelin. Let's do it again for fun +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:72 + + +[0.000537]Cool, we received the message from Boivin:1024. +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +server_hello_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:29 +gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414 +server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47 + + +[0.000537]Ok. Enough. Have a rest, and then kill the server +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:75 + + +[5.001074]Argh, killed by Boivin:1024! Bye folks... +_xbt_log_event_log() at /home/mquinson/CVSIMPORT/gras/pure/src/xbt/log.c:583 +server_kill_cb() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:17 +gras_msg_handle() at /home/mquinson/CVSIMPORT/gras/pure/src/gras/Msg/gras_msg_exchange.c:414 +server() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:47 + + +[Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS +[Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS +$ -- 2.20.1