]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit780ffe375f02b63dd7145313605d6edfb2adf58e
treea86cf7ed73c022583ed8bcc0d702dc06544eefac
parent4a8c6a09339dc1e382d06c6f88fe21b0ea8f156c
parent6c1e1e8e9a13736161ac36437ae48c3c5e0587d5
new: dev: Add DTRACE probes to the delegation cache

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