From: Remi Gacogne Date: Mon, 29 Jul 2024 12:06:33 +0000 (+0200) Subject: dnsdist: Update the documentation of `showServers` with new metrics X-Git-Tag: rec-5.2.0-alpha1~138^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06529f90d9d3042a1bd2b48a21af117f42605a0;p=thirdparty%2Fpdns.git dnsdist: Update the documentation of `showServers` with new metrics --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 7e8165968a..815125dcd4 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1372,6 +1372,7 @@ Status, Statistics and More * ``#`` - The number of the server, can be used as the argument for :func:`getServer` * ``UUID`` - The UUID of the backend. Can be set with the ``id`` option of :func:`newServer` + * ``Name`` - The name of the backend, if any * ``Address`` - The IP address and port of the server * ``State`` - The current state of the server * ``Qps`` - Current number of queries per second @@ -1381,8 +1382,10 @@ Status, Statistics and More * ``Queries`` - Total amount of queries sent to this server * ``Drops`` - Number of queries that were dropped by this server * ``Drate`` - Number of queries dropped per second by this server - * ``Lat`` - The latency of this server in milliseconds + * ``Lat`` - The latency of this server, for queries forwarded over UDP, in milliseconds + * ``Outstanding`` - The current number of in-flight queries * ``Pools`` - The pools this server belongs to + * ``TCP`` - The latency of this server, for queries forwarded over TCP, in milliseconds :param table options: A table with key: value pairs with display options.