diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 692c4dc540..fd8918cd9b 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -146,8 +146,8 @@ auto_delete arguments queue arguments -pid - Erlang process identifier associated with the queue +node + node on which the process associated with the queue resides messages_ready number of messages ready to be delivered to clients @@ -157,6 +157,12 @@ messages_unacknowledged messages_uncommitted number of messages published in as yet uncommitted transactions +<<<<<<< local +======= + +messages + sum of ready, unacknowledged and uncommitted messages +>>>>>>> other acks_uncommitted number of acknowledgements received in as yet uncommitted @@ -212,8 +218,8 @@ list_connections [I<connectioninfoitem> ...] =over 4 -pid - Erlang process id associated with the connection +node + node on which the process associated with the connection resides address server IP number |
