- For #1289: add num.valops in the unbound-control man page.

This commit is contained in:
Yorgos Thessalonikefs 2025-07-12 17:35:16 +02:00
parent 1a6052fcac
commit dd3ac53ff1
2 changed files with 9 additions and 0 deletions

View file

@ -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.

View file

@ -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.