You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.5 KiB

  1. From ac372e18c422841a9f1197b4238637c470e8edca Mon Sep 17 00:00:00 2001
  2. From: Pavlos Parissis <pavlos.parissis@gmail.com>
  3. Date: Sat, 2 May 2015 20:30:44 +0200
  4. Subject: [PATCH 10/10] DOC: Update doc about weight, act and bck fields in the
  5. statistics
  6. Reorder description of the mentioned fields in order to match the
  7. order of types
  8. (cherry picked from commit 1f673c72c11d011bbd24e309d3155384eddf7a46)
  9. ---
  10. doc/configuration.txt | 6 +++---
  11. 1 file changed, 3 insertions(+), 3 deletions(-)
  12. diff --git a/doc/configuration.txt b/doc/configuration.txt
  13. index a9d497e..6f5eeb1 100644
  14. --- a/doc/configuration.txt
  15. +++ b/doc/configuration.txt
  16. @@ -13240,9 +13240,9 @@ S (Servers).
  17. server. The server value counts the number of times that server was
  18. switched away from.
  19. 17. status [LFBS]: status (UP/DOWN/NOLB/MAINT/MAINT(via)...)
  20. - 18. weight [..BS]: server weight (server), total weight (backend)
  21. - 19. act [..BS]: server is active (server), number of active servers (backend)
  22. - 20. bck [..BS]: server is backup (server), number of backup servers (backend)
  23. + 18. weight [..BS]: total weight (backend), server weight (server)
  24. + 19. act [..BS]: number of active servers (backend), server is active (server)
  25. + 20. bck [..BS]: number of backup servers (backend), server is backup (server)
  26. 21. chkfail [...S]: number of failed checks. (Only counts checks failed when
  27. the server is up.)
  28. 22. chkdown [..BS]: number of UP->DOWN transitions. The backend counter counts
  29. --
  30. 2.0.5