]> git.ipfire.org Git - thirdparty/bind9.git/commit
add a rndc command to toggle jemalloc profiling
authorAydın Mercan <aydin@isc.org>
Mon, 12 Aug 2024 15:17:05 +0000 (18:17 +0300)
committerNicki Křížek <nicki@isc.org>
Wed, 5 Feb 2025 09:40:05 +0000 (10:40 +0100)
commitdde251b7737cc58b82779f21cf8887280dea41d8
treeea7df6339f519ac0fd4fe1e14a83cc3d1a495cd7
parent5c27e9cdda6e1938b15766f8f68e9886c46b1203
add a rndc command to toggle jemalloc profiling

The new command is `rndc memprof`. The memory profiling status is also
reported inside `rndc status`. The status also shows whether named can
toggle memory profiling or not and if the server is built with jemalloc.

(cherry picked from commit b495e9918eaf8f7546d6c51891aa8817b760ffa7)
bin/named/control.c
bin/named/include/named/control.h
bin/named/include/named/server.h
bin/named/server.c
bin/rndc/rndc.c
bin/rndc/rndc.rst