mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: management: fix typo on "cache_lookups" stats output
The trailing "s" was missing.
This commit is contained in:
parent
f50e1ac444
commit
7297429fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ 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
|
||||
86: cache_lookups [.FB.]: cumulative number of cache lookups
|
||||
87: cache_hits [.FB.]: cumulative number of cache hits
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue