]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add DTrace support for resolver queries 12010/head
authorColin Vidal <colin@isc.org>
Wed, 13 May 2026 07:53:35 +0000 (09:53 +0200)
committerColin Vidal <colin@isc.org>
Thu, 4 Jun 2026 11:55:56 +0000 (13:55 +0200)
commit844eee509b8a1cc7dd4840ff95b5f6f9c9b958de
tree8d5c75ec52678166cf10f68532bed2cc940e70c1
parentfe8f3d9e81445c6b17f0a6f0dba2031c587c8156
Add DTrace support for resolver queries

When `fctx_query()` is called, a DTrace probe (if enabled) prints the
fetch context address, the upstream server address and port, and the
latest known SRTT for the server.
dtrace/resolver-trace.stp [new file with mode: 0755]
lib/dns/meson.build
lib/dns/probes-dns.d
lib/dns/resolver.c