commit | 1bea86581157f28ce8c92e6550e54a30dc223f09 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 10 16:03:45 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 15 14:08:14 2020 +0200 |
tree | 3eda0889bf308e77ca303f4f7966ca1fc5020e5b | |
parent | c55a626217a7e676e1ccfe28621ef664c3cf1aa7 [diff] |
MINOR: backend: Add sample fetches to get the server's weight The following sample fetches have been added : * srv_iweight : returns the initial server's weight * srv_uweight : returns the user-visible server's weight * srv_weight : returns the current (or effetctive) server's weight The requested server must be passed as argument, evnetually preceded by the backend name. For instance : srv_weight(back-http/www1)