]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: usr: Add an rndc command to reset some statistics counters
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 27 Mar 2025 10:18:37 +0000 (10:18 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 27 Mar 2025 10:18:37 +0000 (10:18 +0000)
commit7c4603fc4a1c94d0f6f2a3392df658cb1f4075d6
tree7519cae7e2cbe84f907dcba631c89d560a3c3d91
parent7fd60a5f5d447e535d5ddace20bccd44250e2b64
parent06b86773f470e4b823ffec0a2f7c7b5b52e8a2c7
[9.20] new: usr: Add an rndc command to reset some statistics counters

The new ``reset-stats`` command for ``rndc`` allows some statistics
counters to be reset during runtime. At the moment only two "high-water"
counters are supported, so the ability to reset them after the
initial peaks during the server's "warm-up" phase may be useful for
some operators.

Closes #5251

Backport of MR !10318

Merge branch 'backport-5251-feature-rndc-reset-high-water-statistics-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10335