From: Willy Tarreau Date: Mon, 12 Dec 2016 13:31:46 +0000 (+0100) Subject: DOC: mention that req_tot is for both frontends and backends X-Git-Tag: v1.8-dev1~304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb981bd7d1ca8c23097b0e70f3d4169820abd04e;p=thirdparty%2Fhaproxy.git DOC: mention that req_tot is for both frontends and backends Thierry reported that only frontends were mentionned while the stats are for both. To be backported to 1.7. --- diff --git a/doc/management.txt b/doc/management.txt index dd886dec7a..f95dab234e 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -996,7 +996,7 @@ S (Servers). 45. hanafail [...S]: failed health checks details 46. req_rate [.F..]: HTTP requests per second over last elapsed second 47. req_rate_max [.F..]: max number of HTTP requests per second observed - 48. req_tot [.F..]: total number of HTTP requests received + 48. req_tot [.FB.]: total number of HTTP requests received 49. cli_abrt [..BS]: number of data transfers aborted by the client 50. srv_abrt [..BS]: number of data transfers aborted by the server (inc. in eresp)