mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 15:02:53 -04:00
Document rndc reset-stats
Add documentation for 'rndc reset-stats'.
(cherry picked from commit be8f4f68cb)
This commit is contained in:
parent
56c9bda62c
commit
06b86773f4
1 changed files with 10 additions and 0 deletions
|
|
@ -460,6 +460,16 @@ Currently supported commands are:
|
|||
If a zone is specified, this command reloads only the given zone.
|
||||
If no zone is specified, the reloading happens asynchronously.
|
||||
|
||||
.. option:: reset-stats
|
||||
|
||||
This command resets the requested statistics counters.
|
||||
|
||||
.. program:: rndc reset-stats
|
||||
.. option:: counter-name ...
|
||||
|
||||
At least one counter name must be provided. Currently the following counters
|
||||
are supported: ``recursive-high-water``, ``tcp-high-water``.
|
||||
|
||||
.. program:: rndc
|
||||
|
||||
.. option:: responselog [on | off]
|
||||
|
|
|
|||
Loading…
Reference in a new issue