mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
DOC: management: fix "show resolvers" alphabetical ordering
Not sure why it was located between "show ssl" and "show table"... This should be backported.
This commit is contained in:
parent
66d28e7045
commit
87ef323971
@ -2312,6 +2312,25 @@ show profiling
|
|||||||
Dumps the current profiling settings, one per line, as well as the command
|
Dumps the current profiling settings, one per line, as well as the command
|
||||||
needed to change them.
|
needed to change them.
|
||||||
|
|
||||||
|
show resolvers [<resolvers section id>]
|
||||||
|
Dump statistics for the given resolvers section, or all resolvers sections
|
||||||
|
if no section is supplied.
|
||||||
|
|
||||||
|
For each name server, the following counters are reported:
|
||||||
|
sent: number of DNS requests sent to this server
|
||||||
|
valid: number of DNS valid responses received from this server
|
||||||
|
update: number of DNS responses used to update the server's IP address
|
||||||
|
cname: number of CNAME responses
|
||||||
|
cname_error: CNAME errors encountered with this server
|
||||||
|
any_err: number of empty response (IE: server does not support ANY type)
|
||||||
|
nx: non existent domain response received from this server
|
||||||
|
timeout: how many time this server did not answer in time
|
||||||
|
refused: number of requests refused by this server
|
||||||
|
other: any other DNS errors
|
||||||
|
invalid: invalid DNS response (from a protocol point of view)
|
||||||
|
too_big: too big response
|
||||||
|
outdated: number of response arrived too late (after an other name server)
|
||||||
|
|
||||||
show servers conn [<backend>]
|
show servers conn [<backend>]
|
||||||
Dump the current and idle connections state of the servers belonging to the
|
Dump the current and idle connections state of the servers belonging to the
|
||||||
designated backend (or all backends if none specified). A backend name or
|
designated backend (or all backends if none specified). A backend name or
|
||||||
@ -2662,25 +2681,6 @@ show ssl crt-list [-n] [<filename>]
|
|||||||
ecdsa.pem:3 [verify none allow-0rtt ssl-min-ver TLSv1.0 ssl-max-ver TLSv1.3] localhost !www.test1.com
|
ecdsa.pem:3 [verify none allow-0rtt ssl-min-ver TLSv1.0 ssl-max-ver TLSv1.3] localhost !www.test1.com
|
||||||
ecdsa.pem:4 [verify none allow-0rtt ssl-min-ver TLSv1.0 ssl-max-ver TLSv1.3]
|
ecdsa.pem:4 [verify none allow-0rtt ssl-min-ver TLSv1.0 ssl-max-ver TLSv1.3]
|
||||||
|
|
||||||
show resolvers [<resolvers section id>]
|
|
||||||
Dump statistics for the given resolvers section, or all resolvers sections
|
|
||||||
if no section is supplied.
|
|
||||||
|
|
||||||
For each name server, the following counters are reported:
|
|
||||||
sent: number of DNS requests sent to this server
|
|
||||||
valid: number of DNS valid responses received from this server
|
|
||||||
update: number of DNS responses used to update the server's IP address
|
|
||||||
cname: number of CNAME responses
|
|
||||||
cname_error: CNAME errors encountered with this server
|
|
||||||
any_err: number of empty response (IE: server does not support ANY type)
|
|
||||||
nx: non existent domain response received from this server
|
|
||||||
timeout: how many time this server did not answer in time
|
|
||||||
refused: number of requests refused by this server
|
|
||||||
other: any other DNS errors
|
|
||||||
invalid: invalid DNS response (from a protocol point of view)
|
|
||||||
too_big: too big response
|
|
||||||
outdated: number of response arrived too late (after an other name server)
|
|
||||||
|
|
||||||
show table
|
show table
|
||||||
Dump general information on all known stick-tables. Their name is returned
|
Dump general information on all known stick-tables. Their name is returned
|
||||||
(the name of the proxy which holds them), their type (currently zero, always
|
(the name of the proxy which holds them), their type (currently zero, always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user