]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: dev: Add DTRACE probes to the delegation cache
authorOndřej Surý <ondrej@isc.org>
Mon, 20 Apr 2026 13:11:21 +0000 (15:11 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 20 Apr 2026 13:11:21 +0000 (15:11 +0200)
The new delegation cache, which stores NS-based and DELEG-based delegations per view, is now instrumented
with static user-space tracing probes so that cache hit rate, insertion and lookup latency, eviction pressure
under memory limits, and removals triggered by rndc flush-delegation can be observed on a running named.

Merge branch 'ondrej/delegdb-dtrace-probes' into 'main'

See merge request isc-projects/bind9!11855


Trivial merge