From 29ae011fbee8cddb67a1f160bb7d5f8449caea7e Mon Sep 17 00:00:00 2001 From: Jacob Bunk Nielsen Date: Fri, 29 Sep 2023 11:51:40 +0200 Subject: [PATCH] Document send and receive latency metrics --- docs/performance.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/performance.rst b/docs/performance.rst index b25a684e90..d273078833 100644 --- a/docs/performance.rst +++ b/docs/performance.rst @@ -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 @@ -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 -- 2.47.2