Merge pull request #460 from rabbitmq/queue-type-info-keys

Add relevant info keys for stream and quorum queues
This commit is contained in:
Arnaud Cogoluègnes 2020-10-22 13:52:47 +02:00 committed by GitHub
commit 82e7cb95a1
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListQueuesCommand do
messages_persistent message_bytes message_bytes_ready
message_bytes_unacknowledged message_bytes_ram message_bytes_persistent
head_message_timestamp disk_reads disk_writes consumers
consumer_utilisation memory slave_pids synchronised_slave_pids state type)a
consumer_utilisation memory slave_pids synchronised_slave_pids state type
leader members online)a
def description(), do: "Lists queues and their properties"
def usage(), do: "list_queues [--vhost <vhost>] [--online] [--offline] [--local] [--no-table-headers] [<column>, ...]"