Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Output of the lastest examples (forgot in previous commit)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 14:21:45 +0000 (14:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 14:21:45 +0000 (14:21 +0000)
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 [new file with mode: 0644]
doc/gtut-files/06-logs.output.fmt-bt [new file with mode: 0644]

diff --git a/doc/gtut-files/06-logs.output.fmt b/doc/gtut-files/06-logs.output.fmt
new file mode 100644 (file)
index 0000000..1a4763b
--- /dev/null
@@ -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 (file)
index 0000000..b1e060a
--- /dev/null
@@ -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
+$