From a27a0dcfc32f6bdf68c1826cb9778457c3d535c2 Mon Sep 17 00:00:00 2001 From: Hofi Date: Sat, 11 Nov 2023 22:07:19 +0100 Subject: [PATCH] [manpage] Documentation adjustment according to changes introduced in https://github.com/syslog-ng/syslog-ng/pull/4708 (#37) Signed-off-by: Hofi --- content/app-man-syslog-ng/syslog-ng-ctl.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/app-man-syslog-ng/syslog-ng-ctl.1.md b/content/app-man-syslog-ng/syslog-ng-ctl.1.md index 380c1629..fab4adbd 100644 --- a/content/app-man-syslog-ng/syslog-ng-ctl.1.md +++ b/content/app-man-syslog-ng/syslog-ng-ctl.1.md @@ -149,7 +149,7 @@ The `syslog-ng-ctl query list` command has the following options: - `--reset` - Use `--reset` to set the selected counters to 0 after executing the query. + Use `--reset` to set the selected counters to 0 after executing the query, except for the `queued` and the `memory_usage` counters. (The `queued` counters show the number of messages in the message queue of the destination driver, waiting to be sent to the destination. The `memory_usage` counters show the amount of memory used by the messages in the different queue types (in bytes). This includes every queue used by the object, including memory buffers (log-fifo) and disk-based buffers (both reliable and non-reliable)) @@ -180,7 +180,7 @@ The `syslog-ng-ctl query get` command has the following options: - `--reset` - Use `--reset` to set the selected counters to 0 after executing the query. + Use `--reset` to set the selected counters to 0 after executing the query, except for the `queued` and the `memory_usage` counters. (The `queued` counters show the number of messages in the message queue of the destination driver, waiting to be sent to the destination. The `memory_usage` counters show the amount of memory used by the messages in the different queue types (in bytes). This includes every queue used by the object, including memory buffers (log-fifo) and disk-based buffers (both reliable and non-reliable)) @@ -198,7 +198,7 @@ Use the `stats` command to display statistics about the processed messages. For - `--reset=` or `-r` - Reset all statistics to zero, except for the `queued` counters. (The `queued` counters show the number of messages in the message queue of the destination driver, waiting to be sent to the destination.) + Reset all statistics to zero, except for the `queued` and the `memory_usage` counters. (The `queued` counters show the number of messages in the message queue of the destination driver, waiting to be sent to the destination. The `memory_usage` counters show the amount of memory used by the messages in the different queue types (in bytes). This includes every queue used by the object, including memory buffers (log-fifo) and disk-based buffers (both reliable and non-reliable)) - `--remove-orphans`