Created
December 16, 2014 02:28
-
-
Save natea/d72213f04a66e29301c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-45-245:/edx/var/log/rabbitmq$ sudo rabbitmqctl status | |
Status of node 'rabbit@ip-172-31-45-245' ... | |
[{pid,1435}, | |
{running_applications, | |
[{rabbitmq_management,"RabbitMQ Management Console","3.2.3"}, | |
{rabbitmq_management_agent,"RabbitMQ Management Agent","3.2.3"}, | |
{rabbit,"RabbitMQ","3.2.3"}, | |
{mnesia,"MNESIA CXC 138 12","4.5"}, | |
{os_mon,"CPO CXC 138 46","2.2.7"}, | |
{rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.2.3"}, | |
{webmachine,"webmachine","1.10.3-rmq3.2.3-gite9359c7"}, | |
{mochiweb,"MochiMedia Web Server","2.7.0-rmq3.2.3-git680dba8"}, | |
{xmerl,"XML parser","1.2.10"}, | |
{inets,"INETS CXC 138 49","5.7.1"}, | |
{amqp_client,"RabbitMQ AMQP Client","3.2.3"}, | |
{sasl,"SASL CXC 138 11","2.1.10"}, | |
{stdlib,"ERTS CXC 138 10","1.17.5"}, | |
{kernel,"ERTS CXC 138 10","2.14.5"}]}, | |
{os,{unix,linux}}, | |
{erlang_version, | |
"Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:30] [kernel-poll:true]\n"}, | |
{memory, | |
[{total,33608560}, | |
{connection_procs,34304}, | |
{queue_procs,5408}, | |
{plugins,163464}, | |
{other_proc,9190232}, | |
{mnesia,60144}, | |
{mgmt_db,38064}, | |
{msg_index,34160}, | |
{other_ets,1074752}, | |
{binary,1389616}, | |
{code,17196537}, | |
{atom,2623193}, | |
{other_system,1798686}]}, | |
{vm_memory_high_watermark,0.4}, | |
{vm_memory_limit,3030628761}, | |
{disk_free_limit,50000000}, | |
{disk_free,31328829440}, | |
{file_descriptors, | |
[{total_limit,924},{total_used,5},{sockets_limit,829},{sockets_used,3}]}, | |
{processes,[{limit,1048576},{used,198}]}, | |
{run_queue,0}, | |
{uptime,453743}] | |
...done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment