Skip to content

Commit

Permalink
Merge pull request #13082 from jacobbunk/doc-send-recv-latencies
Browse files Browse the repository at this point in the history
Document send and receive latency metrics
  • Loading branch information
Habbie authored Oct 16, 2023
2 parents 9e905f9 + 29ae011 commit 42cdd7e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Number of entries in the metadata cache
.. _stat-open-tcp-connections:

open-tcp-connections
~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^
Number of currently open TCP connections

.. _stat-overload-drops:
Expand Down Expand Up @@ -286,6 +286,12 @@ rd-queries
^^^^^^^^^^
Number of packets sent by clients requesting recursion (regardless of if we'll be providing them with recursion).

.. _stat-receive-latency:

receive-latency
^^^^^^^^^^^^^^^
Average number of microseconds needed to receive a query

.. _stat-recursing-answers:

recursing-answers
Expand Down Expand Up @@ -394,6 +400,12 @@ timedout-packets
^^^^^^^^^^^^^^^^
Amount of packets that were dropped because they had to wait too long internally

.. _stat-send-latency:

send-latency
^^^^^^^^^^^^
Average number of microseconds needed to send the answer

.. _stat-udp-answers-bytes:

udp-answers-bytes
Expand Down

0 comments on commit 42cdd7e

Please sign in to comment.