1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
| [root@controller ~]# rabbitmqctl status Status of node rabbit@controller [{pid,3407}, {running_applications, [{rabbit,"RabbitMQ","3.6.16"}, {rabbit_common, "Modules shared by rabbitmq-server and rabbitmq-erlang-client", "3.6.16"}, {xmerl,"XML parser","1.3.14"}, {ranch,"Socket acceptor pool for TCP protocols.","1.3.2"}, {mnesia,"MNESIA CXC 138 12","4.14.3"}, {syntax_tools,"Syntax tools","2.1.1"}, {ssl,"Erlang/OTP SSL application","8.1.3.1"}, {os_mon,"CPO CXC 138 46","2.4.2"}, {public_key,"Public key infrastructure","1.4"}, {crypto,"CRYPTO","3.7.4"}, {asn1,"The Erlang ASN1 compiler version 4.0.4","4.0.4"}, {recon,"Diagnostic tools for production use","2.3.2"}, {compiler,"ERTS CXC 138 10","7.0.4.1"}, {sasl,"SASL CXC 138 11","3.0.3"}, {stdlib,"ERTS CXC 138 10","3.3"}, {kernel,"ERTS CXC 138 10","5.2"}]}, {os,{unix,linux}}, {erlang_version, "Erlang/OTP 19 [erts-8.3.5.3] [source] [64-bit] [smp:96:96] [async-threads:1024] [hipe] [kernel-poll:true]\n"}, {memory, [{connection_readers,20241544}, {connection_writers,1200000}, {connection_channels,4846312}, {connection_other,53785896}, {queue_procs,6683888}, {queue_slave_procs,0}, {plugins,0}, {other_proc,23512680}, {metrics,2466240}, {mgmt_db,0}, {mnesia,847160}, {other_ets,3015688}, {binary,1999169528}, {msg_index,176072}, {code,21467691}, {atom,891849}, {other_system,75976100}, {allocated_unused,483082808}, {reserved_unallocated,0}, {total,766799872}]}, {alarms,[]}, {listeners,[{clustering,25672,"::"},{amqp,5672,"::"}]}, {vm_memory_calculation_strategy,rss}, {vm_memory_high_watermark,0.4}, {vm_memory_limit,53742133248}, {disk_free_limit,50000000}, {disk_free,996377710592}, {file_descriptors, [{total_limit,878}, {total_used,776}, {sockets_limit,829}, {sockets_used,774}]}, {processes,[{limit,1048576},{used,9483}]}, {run_queue,0}, {uptime,161034}, {kernel,{net_ticktime,60}}]
|