]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Update doc about weight, act and bck fields in the statistics
authorPavlos Parissis <pavlos.parissis@gmail.com>
Sat, 2 May 2015 18:30:44 +0000 (20:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 May 2015 05:28:38 +0000 (07:28 +0200)
Reorder description of the mentioned fields in order to match the
order of types

doc/configuration.txt

index 15fd3fbc29fc69f357a4647b08547c7580062f9f..a2eac7bb85b944be7b587ec2f50bb348756b1f52 100644 (file)
@@ -14303,9 +14303,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