]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdistdist/docs/statistics.rst
dnsdist: Add steal, iowait and UDP errors metrics
[thirdparty/pdns.git] / pdns / dnsdistdist / docs / statistics.rst
index ee806bb425c2390d558452ecf04011d2dcfbe9a4..5f298826ff98744a5262736c04e804a18d23b0d1 100644 (file)
@@ -34,6 +34,18 @@ cache-misses
 ------------
 Number of times an answer was not found in the :doc:`packet cache <guides/cache>`. Only counted if a packet cache was setup for the selected pool.
 
+cpu-iowait
+----------
+.. versionadded:: 1.5.0
+
+Time spent waiting for I/O to complete by the whole system.
+
+cpu-steal
+---------
+.. versionadded:: 1.5.0
+
+Stolen time, which is the time spent by the whole system in other operating systems when running in a virtualized environment.
+
 cpu-sys-msec
 ------------
 Milliseconds spent by :program:`dnsdist` in the "system" state.
@@ -201,7 +213,30 @@ trunc-failures
 --------------
 Number of errors encountered while truncating an answer.
 
+udp-in-errors
+-------------
+.. versionadded:: 1.5.0
+
+From /proc/net/snmp InErrors.
+
+udp-noport-errors
+-----------------
+.. versionadded:: 1.5.0
+
+From /proc/net/snmp NoPorts.
+
+udp-recvbuf-errors
+------------------
+.. versionadded:: 1.5.0
+
+From /proc/net/snmp RcvbufErrors.
+
+udp-sndbuf-errors
+-----------------
+.. versionadded:: 1.5.0
+
+From /proc/net/snmp SndbufErrors.
+
 uptime
 ------
 Uptime of the dnsdist process, in seconds.
-