From 88cd1d8f5665756660625adc4617582ed872d6c0 Mon Sep 17 00:00:00 2001 From: Andreas Jakum Date: Fri, 22 Jul 2016 15:01:29 +0200 Subject: [PATCH] Correct wrong statistics counter name in docs --- docs/markdown/authoritative/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/performance.md b/docs/markdown/authoritative/performance.md index ddcc75acb0..43645c7a5d 100644 --- a/docs/markdown/authoritative/performance.md +++ b/docs/markdown/authoritative/performance.md @@ -81,7 +81,7 @@ daemon. * `tcp6-answers-bytes`: Total number of answer bytes sent over TCPv6 (since 4.0.0) * `tcp6-answers`: Number of answers sent out over TCPv6 * `tcp6-queries`: Number of questions received over TCPv6 -* `timedout-questions`: Amount of packets that were dropped because they had to wait too long internally +* `timedout-packets`: Amount of packets that were dropped because they had to wait too long internally * `udp-answers-bytes`: Total number of answer bytes sent over UDP * `udp-answers`: Number of answers sent out over UDP * `udp-do-queries`: Number of queries received with the DO (DNSSEC OK) bit set -- 2.47.2