Disk Queue Messages
- Table of Contents
- Purpose
- Command Syntax
- Output Clarifications
Purpose
GreenArrow provides a command-line tool for viewing all messages that are currently in the disk queue. This tool can present a user-friendly command-line interface, or output its raw data as JSON.
Command Syntax
$ greenarrow report print_disk_queue --help
./greenarrow: Usage:
greenarrow report print_disk_queue [OPTIONS]
Print the contents of the disk queue. Each line in the report represents one
one message (which is not necessarily the same thing as one file on disk).
Application Options:
--json print the contents of the disk queue as JSON objects (one per line)
Help Options:
-h, --help Show this help message
Options
--json |
Print output as JSON instead of the human-readable syntax. One JSON object is printed per line. |
Output Clarifications
- The reported number of completed delivery attempts does not include any extra delivery attempts caused by the extra_delivery_attempts_after_conmmaxout configuration directive.