Merge pull request #460 from rabbitmq/queue-type-info-keys
Add relevant info keys for stream and quorum queues
This commit is contained in:
commit
82e7cb95a1
|
|
@ -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>, ...]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue