mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-22 14:42:55 -05:00
- For #1289: add num.valops in the unbound-control man page.
This commit is contained in:
parent
1a6052fcac
commit
dd3ac53ff1
2 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue