From dd3ac53ff1605d2c6f56230e9332a81975a71f8c Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Sat, 12 Jul 2025 17:35:16 +0200 Subject: [PATCH] - For #1289: add num.valops in the unbound-control man page. --- doc/Changelog | 1 + doc/unbound-control.rst | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 1fb20d380..9f00c1423 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ track the number of signature validation operations. Adds 'num.valops' to extended statistics. - For #1289: test num.valops in existing stat_values.tdir. + - For #1289: add num.valops in the unbound-control man page. 11 July 2025: Wouter - Fix detection of SSL_CTX_set_tmp_ecdh function. diff --git a/doc/unbound-control.rst b/doc/unbound-control.rst index 0a4df65b2..1f3cc4a8e 100644 --- a/doc/unbound-control.rst +++ b/doc/unbound-control.rst @@ -1219,6 +1219,14 @@ Extended Statistics Increased for every RRset inspection that fails. +@@UAHL@unbound-control.stats@num.valops@@ + The number of validation operations performed by the validator. + Increased for every RRSIG verification operation regardless of the + validation result. + The RRSIG and key combination needs to first pass some sanity checks before + Unbound even performs the verification, e.g., length/protocol checks. + + @@UAHL@unbound-control.stats@unwanted.queries@@ Number of queries that were refused or dropped because they failed the access control settings. -- 2.47.2