diff doc/test_app.conf.sample @ 572:b1b56d4682d0

Added benchmark mode in test_app
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 08 Oct 2010 15:30:36 +0900
parents 5d1a22bb1cfe
children 66f188b3ca84
line wrap: on
line diff
--- a/doc/test_app.conf.sample	Thu Oct 07 18:54:48 2010 +0900
+++ b/doc/test_app.conf.sample	Fri Oct 08 15:30:36 2010 +0900
@@ -37,6 +37,12 @@
 # - both: acts as client and server
 # mode = both;
 
+# The behavior can be changed by specifying additional "benchmark;" keyword.
+# When this keyword appears, it changes the behavior as follow:
+#  - server is silent on message reception, only the activity summary is displayed every 30 seconds
+#  - client attempts to send as many messages as possible during 10 seconds and counts them.
+# benchmark;
+
 #######################
 # Client-specific configuration
 
"Welcome to our mercurial repository"