Skip to content

Commit

Permalink
[manpage] Documentation adjustment according to changes introduced in s…
Browse files Browse the repository at this point in the history
…yslog-ng/syslog-ng#4708 (#37)

Signed-off-by: Hofi <hofione@gmail.com>
  • Loading branch information
HofiOne authored Nov 11, 2023
1 parent 682e774 commit a27a0dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/app-man-syslog-ng/syslog-ng-ctl.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))



Expand Down Expand Up @@ -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))



Expand All @@ -198,7 +198,7 @@ Use the `stats` command to display statistics about the processed messages. For

- `--reset=<socket>` 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`

Expand Down

0 comments on commit a27a0dc

Please sign in to comment.