]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] document spread-checks
authorWilly Tarreau <w@1wt.eu>
Sun, 14 Oct 2007 21:09:26 +0000 (23:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Oct 2007 07:33:20 +0000 (09:33 +0200)
doc/configuration.txt

index 86f3f3325c161de8860297445fc38317a28d459e..994df07e2c0ca559e1057b031c6879b275e38125 100644 (file)
@@ -47,6 +47,7 @@ The following keywords are supported in the "global" section :
    - nopoll
    - nosepoll
    - tune.maxpollevents
+   - spread-checks
   
  * Debugging
    - debug
@@ -164,6 +165,13 @@ tune.maxpollevents <number>
   latency at the expense of network bandwidth, and increasing it above 200
   tends to trade latency for slightly increased bandwidth.
 
+spread-checks <0..50, in percent>
+  Sometimes it is desirable to avoid sending health checks to servers at exact
+  intervals, for instance when many logical servers are located on the same
+  physical server. With the help of this parameter, it becomes possible to add
+  some randomness in the check interval between 0 and +/- 50%. A value between
+  2 and 5 seems to show good results. The default value remains at 0.
+
 
 1.3) Debugging
 ---------------