diff doc/test_app.conf.sample @ 575:66f188b3ca84

Configurable parameters for the benchmark mode
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 08 Oct 2010 16:02:48 +0900
parents b1b56d4682d0
children 823829bf1037
line wrap: on
line diff
--- a/doc/test_app.conf.sample	Fri Oct 08 15:35:19 2010 +0900
+++ b/doc/test_app.conf.sample	Fri Oct 08 16:02:48 2010 +0900
@@ -41,7 +41,11 @@
 # 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;
+# The benchmark keyword can be followed optionaly by two integers:
+#   duration is the time for the measurement, in seconds (default 10).
+#   concurrency is the number of messages that can be on the wire before waiting for an answer (default 100).
+# benchmark [duration concurrency];
+
 
 #######################
 # Client-specific configuration
"Welcome to our mercurial repository"