From: Remi Gacogne Date: Wed, 27 Oct 2021 16:50:28 +0000 (+0200) Subject: dnsdist: Document new UDP error metrics X-Git-Tag: rec-4.6.0-beta1~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649035f14773f7e3ba24aa3542bc96c8f95c33c9;p=thirdparty%2Fpdns.git dnsdist: Document new UDP error metrics --- diff --git a/pdns/dnsdistdist/docs/statistics.rst b/pdns/dnsdistdist/docs/statistics.rst index 194fdc8ce4..66bc0184b6 100644 --- a/pdns/dnsdistdist/docs/statistics.rst +++ b/pdns/dnsdistdist/docs/statistics.rst @@ -237,6 +237,12 @@ trunc-failures -------------- Number of errors encountered while truncating an answer. +udp-in-csum-errors +------------------ +.. versionadded:: 1.7.0 + +From /proc/net/snmp InErrors. + udp-in-errors ------------- .. versionadded:: 1.5.0 @@ -261,6 +267,36 @@ udp-sndbuf-errors From /proc/net/snmp SndbufErrors. +udp6-in-csum-errors +------------------- +.. versionadded:: 1.7.0 + +From /proc/net/snmp6 InErrors. + +udp6-in-errors +-------------- +.. versionadded:: 1.7.0 + +From /proc/net/snmp6 InErrors. + +udp6-noport-errors +------------------ +.. versionadded:: 1.7.0 + +From /proc/net/snmp6 NoPorts. + +udp6-recvbuf-errors +------------------- +.. versionadded:: 1.7.0 + +From /proc/net/snmp6 RcvbufErrors. + +udp6-sndbuf-errors +------------------ +.. versionadded:: 1.7.0 + +From /proc/net/snmp6 SndbufErrors. + uptime ------ Uptime of the dnsdist process, in seconds.