]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: add a rndc command to toggle jemalloc profiling
authorAydın Mercan <aydin@isc.org>
Sat, 25 Jan 2025 12:53:38 +0000 (12:53 +0000)
committerAydın Mercan <aydin@isc.org>
Sat, 25 Jan 2025 12:53:38 +0000 (12:53 +0000)
commit2bee113a467d0307460e08584f2fde3c501837b0
tree9a385b20af7e7eeeba6b9d58d2ab359c17d57b07
parentb9db917752d608a02d4c0e1751742c5124fe0b28
parentb495e9918eaf8f7546d6c51891aa8817b760ffa7
new: usr: 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.

Closes #4759

Merge branch '4759-add-a-trigger-to-dump-jeprof-data-or-memory-statistics' into 'main'

See merge request isc-projects/bind9!9370