Whitelist consumer_capacity in 'rabbitmqctl list_queues'
This commit is contained in:
parent
930c78795c
commit
93721bfa2d
|
@ -21,7 +21,9 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListQueuesCommand do
|
||||||
messages_persistent message_bytes message_bytes_ready
|
messages_persistent message_bytes message_bytes_ready
|
||||||
message_bytes_unacknowledged message_bytes_ram message_bytes_persistent
|
message_bytes_unacknowledged message_bytes_ram message_bytes_persistent
|
||||||
head_message_timestamp disk_reads disk_writes consumers
|
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
|
leader members online)a
|
||||||
|
|
||||||
def description(), do: "Lists queues and their properties"
|
def description(), do: "Lists queues and their properties"
|
||||||
|
|
Loading…
Reference in New Issue