Difference between revisions of "Rabbitmqctl status"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
  [[rabbitmqctl]] status
 
  [[rabbitmqctl]] status
 +
 +
Status of node rabbit@MY_NODE_NAME ...
 +
Runtime
 +
 +
OS PID: 11737
 +
OS: Linux
 +
Uptime (seconds): 338
 +
[[RabbitMQ version]]: 3.8.2
 
<pre>
 
<pre>
Status of node rabbit@MY_NODE_NAME ...
 
Runtime
 
 
OS PID: 11737
 
OS: Linux
 
Uptime (seconds): 338
 
RabbitMQ version: 3.8.2
 
 
Node name: rabbit@MY_NODE_NAME
 
Node name: rabbit@MY_NODE_NAME
 
Erlang configuration: Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:64]
 
Erlang configuration: Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:64]
Line 88: Line 89:
 
== Related ==
 
== Related ==
 
* <code>[[rabbitmqctl cluster_status]]</code>
 
* <code>[[rabbitmqctl cluster_status]]</code>
* <code>[[rabbitmqctl status --formater json</code>
+
* <code>[[rabbitmqctl status --formater json]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 06:19, 19 July 2022

rabbitmqctl status
Status of node rabbit@MY_NODE_NAME ...
Runtime

OS PID: 11737
OS: Linux
Uptime (seconds): 338
RabbitMQ version: 3.8.2
Node name: rabbit@MY_NODE_NAME
Erlang configuration: Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:64]
Erlang processes: 257 used, 1048576 limit
Scheduler run queue: 1
Cluster heartbeat timeout (net_ticktime): 60

Plugins

Enabled plugin file: /etc/rabbitmq/enabled_plugins
Enabled plugins:


Data directory

Node data directory: /var/lib/rabbitmq/mnesia/rabbit@MY_NODE_NAME

Config files


Log file(s)

 * /var/log/rabbitmq/rabbit@MY_NODE_NAME.log
 * /var/log/rabbitmq/rabbit@MY_NODE_NAME_upgrade.log

Alarms

(none)

Memory

Calculation strategy: rss
Memory high watermark setting: 0.4 of available memory, computed to: 0.4116 gb
other_proc: 0.0271 gb (33.01 %)
code: 0.0268 gb (32.56 %)
allocated_unused: 0.0133 gb (16.13 %)
other_system: 0.0107 gb (13.01 %)
other_ets: 0.0026 gb (3.2 %)
atom: 0.0014 gb (1.75 %)
binary: 0.0001 gb (0.13 %)
mnesia: 0.0001 gb (0.09 %)
metrics: 0.0 gb (0.06 %)
msg_index: 0.0 gb (0.04 %)
plugins: 0.0 gb (0.01 %)
quorum_ets: 0.0 gb (0.01 %)
connection_channels: 0.0 gb (0.0 %)
connection_other: 0.0 gb (0.0 %)
connection_readers: 0.0 gb (0.0 %)
connection_writers: 0.0 gb (0.0 %)
mgmt_db: 0.0 gb (0.0 %)
queue_procs: 0.0 gb (0.0 %)
queue_slave_procs: 0.0 gb (0.0 %)
quorum_queue_procs: 0.0 gb (0.0 %)
reserved_unallocated: 0.0 gb (0.0 %)

File Descriptors

Total: 2, limit: 65439
Sockets: 0, limit: 58893

Free Disk Space

Low free disk space watermark: 0.05 gb
Free disk space: 0.5741 gb

Totals

Connection count: 0
Queue count: 0
Virtual host count: 1

Listeners

Interface: [::], port: 25672, protocol: clustering, purpose: inter-node and CLI tool communication
Interface: [::], port: 5672, protocol: amqp, purpose: AMQP 0-9-1 and AMQP 1.0

Related[edit]

See also[edit]

Advertising: