From: Willy Tarreau Date: Sun, 25 Nov 2012 23:49:03 +0000 (+0100) Subject: DOC: stats: document the comp_rsp stats column X-Git-Tag: v1.5-dev14~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11d4ec85d1172c06d9c9b6b39910256e6ee42b11;p=thirdparty%2Fhaproxy.git DOC: stats: document the comp_rsp stats column This was forgotten in recent patch 5e16cbc3. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 223d479b79..362d2fa5b8 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -11043,6 +11043,7 @@ page. Both means provide a CSV format whose fields follow. 51. comp_in: number of HTTP response bytes fed to the compressor 52. comp_out: number of HTTP response bytes emitted by the compressor 53. comp_byp: number of bytes that bypassed the HTTP compressor (CPU/BW limit) + 54. comp_rsp: number of HTTP responses that were compressed 9.2. Unix Socket commands