- [PATCH 1/2] BUG/MEDIUM: stats: properly initialize the scope before - [PATCH 2/2] BUG/MEDIUM: http: don't forward client shutdown without - [PATCH 3/8] BUG/MINOR: check: fix tcpcheck error message - [PATCH 4/8] CLEANUP: checks: fix double usage of cur / current_step - [PATCH 5/8] BUG/MEDIUM: checks: do not dereference head of a - [PATCH 6/8] CLEANUP: checks: simplify the loop processing of - [PATCH 7/8] BUG/MAJOR: checks: always check for end of list before - [PATCH 8/8] BUG/MEDIUM: checks: do not dereference a list as a - [PATCH 09/10] BUG/MEDIUM: peers: apply a random reconnection timeout - [PATCH 10/10] DOC: Update doc about weight, act and bck fields in the - [PATCH 11/14] MINOR: ssl: add a destructor to free allocated SSL - [PATCH 12/14] BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value - [PATCH 13/14] BUG/MINOR: cfgparse: fix typo in 'option httplog' error - [PATCH 14/14] BUG/MEDIUM: cfgparse: segfault when userlist is misused Signed-off-by: heil <heil@terminal-consulting.de>
33 lines
1.5 KiB
Diff
33 lines
1.5 KiB
Diff
From ac372e18c422841a9f1197b4238637c470e8edca Mon Sep 17 00:00:00 2001
|
|
From: Pavlos Parissis <pavlos.parissis@gmail.com>
|
|
Date: Sat, 2 May 2015 20:30:44 +0200
|
|
Subject: [PATCH 10/10] DOC: Update doc about weight, act and bck fields in the
|
|
statistics
|
|
|
|
Reorder description of the mentioned fields in order to match the
|
|
order of types
|
|
(cherry picked from commit 1f673c72c11d011bbd24e309d3155384eddf7a46)
|
|
---
|
|
doc/configuration.txt | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/doc/configuration.txt b/doc/configuration.txt
|
|
index a9d497e..6f5eeb1 100644
|
|
--- a/doc/configuration.txt
|
|
+++ b/doc/configuration.txt
|
|
@@ -13240,9 +13240,9 @@ S (Servers).
|
|
server. The server value counts the number of times that server was
|
|
switched away from.
|
|
17. status [LFBS]: status (UP/DOWN/NOLB/MAINT/MAINT(via)...)
|
|
- 18. weight [..BS]: server weight (server), total weight (backend)
|
|
- 19. act [..BS]: server is active (server), number of active servers (backend)
|
|
- 20. bck [..BS]: server is backup (server), number of backup servers (backend)
|
|
+ 18. weight [..BS]: total weight (backend), server weight (server)
|
|
+ 19. act [..BS]: number of active servers (backend), server is active (server)
|
|
+ 20. bck [..BS]: number of backup servers (backend), server is backup (server)
|
|
21. chkfail [...S]: number of failed checks. (Only counts checks failed when
|
|
the server is up.)
|
|
22. chkdown [..BS]: number of UP->DOWN transitions. The backend counter counts
|
|
--
|
|
2.0.5
|
|
|