Whitelist consumer_capacity in 'rabbitmqctl list_queues'

This commit is contained in:
Michael Klishin 2021-02-24 21:26:46 +03:00
parent 930c78795c
commit 93721bfa2d
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ 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
# these are aliases
consumer_utilisation consumer_capacity
memory slave_pids synchronised_slave_pids state type
leader members online)a
def description(), do: "Lists queues and their properties"