diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-01-10 12:26:31 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-01-10 12:26:31 +0000 |
| commit | 48213ca5e9255a0e98f016e9ef48f0d886ff0bfb (patch) | |
| tree | 67e615e338e25a59ab176a0259b17a4da6d248fd /docs/rabbitmqctl.1.xml | |
| parent | 68e7bdb6e79effb12a5ac1a987ca0c0738c69ba5 (diff) | |
| download | rabbitmq-server-git-48213ca5e9255a0e98f016e9ef48f0d886ff0bfb.tar.gz | |
include fd info in rabbit:status()
There is a slight layer violation here - we label the info items with
'socket...', which is correct in the rabbit context but really could
be any fd in other contexts. Note though that we already mentioned
sockets in the log message produced on startup.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 157550387d..7268f09037 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1273,9 +1273,10 @@ <para> Displays broker status information such as the running applications on the current Erlang node, RabbitMQ and - Erlang versions, OS name and memory statistics. (See - the <command>cluster_status</command> command to find - out which nodes are clustered and running.) + Erlang versions, OS name, memory and file descriptor + statistics. (See the <command>cluster_status</command> + command to find out which nodes are clustered and + running.) </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl status</screen> |
