From be8f4f68cb7a30c47f4a9ec76177f3a215595e8c Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 25 Mar 2025 10:50:08 +0000 Subject: [PATCH] Document rndc reset-stats Add documentation for 'rndc reset-stats'. --- bin/rndc/rndc.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/rndc/rndc.rst b/bin/rndc/rndc.rst index 80681c84ae..3796223e6c 100644 --- a/bin/rndc/rndc.rst +++ b/bin/rndc/rndc.rst @@ -471,6 +471,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]