mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
DOC: management: document cache_hits and cache_lookups in the CSV format
Counters for cache_hits and cache_lookups were added with commit
a1214a50 ("MINOR: cache: report the number of cache lookups and cache
hits") but not documented in management.txt.
This commit is contained in:
parent
708eb88845
commit
34ebb5cbab
1 changed files with 2 additions and 0 deletions
|
|
@ -1101,6 +1101,8 @@ S (Servers).
|
|||
83: wrew [LFBS]: cumulative number of failed header rewriting warnings
|
||||
84: connect [..BS]: cumulative number of connection establishment attempts
|
||||
85: reuse [..BS]: cumulative number of connection reuses
|
||||
86: cache_lookup [.FB.]: cumulative number of cache lookups
|
||||
87: cache_hits [.FB.]: cumulative number of cache hits
|
||||
|
||||
|
||||
9.2) Typed output format
|
||||
|
|
|
|||
Loading…
Reference in a new issue