Skip to content

Instantly share code, notes, and snippets.

@maisenovich
Created April 9, 2014 15:40
Show Gist options
  • Save maisenovich/10284388 to your computer and use it in GitHub Desktop.
Save maisenovich/10284388 to your computer and use it in GitHub Desktop.
RabbitMQ status output (idle)
[root@lab-rmq02 pmaisenovich]# /usr/sbin/rabbitmqctl status
Status of node 'rabbit@lab-rmq02' ...
[{pid,31311},
{running_applications,
[{rabbitmq_federation_management,"RabbitMQ Federation Management",
"3.1.5"},
{rabbitmq_management,"RabbitMQ Management Console","3.1.5"},
{rabbitmq_federation,"RabbitMQ Federation","3.1.5"},
{rabbitmq_auth_backend_ldap,"RabbitMQ LDAP Authentication Backend",
"3.1.5"},
{rabbitmq_management_agent,"RabbitMQ Management Agent","3.1.5"},
{rabbit,"RabbitMQ","3.1.5"},
{ssl,"Erlang/OTP SSL application","5.0"},
{public_key,"Public key infrastructure","0.14"},
{crypto,"CRYPTO version 2","2.1"},
{asn1,"The Erlang ASN1 compiler version 1.6.19","1.6.19"},
{os_mon,"CPO CXC 138 46","2.2.8"},
{rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.1.5"},
{webmachine,"webmachine","1.10.3-rmq3.1.5-gite9359c7"},
{mochiweb,"MochiMedia Web Server","2.7.0-rmq3.1.5-git680dba8"},
{xmerl,"XML parser","1.3"},
{inets,"INETS CXC 138 49","5.8"},
{mnesia,"MNESIA CXC 138 12","4.6"},
{eldap,"LDAP Client Library","3.1.5-gite309de4"},
{amqp_client,"RabbitMQ AMQP Client","3.1.5"},
{sasl,"SASL CXC 138 11","2.2"},
{stdlib,"ERTS CXC 138 10","1.18"},
{kernel,"ERTS CXC 138 10","2.15"}]},
{os,{unix,linux}},
{erlang_version,
"Erlang R15B (erts-5.9) [source] [64-bit] [smp:8:8] [async-threads:30] [hipe] [kernel-poll:true]\n"},
{memory,
[{total,160201264},
{connection_procs,192544},
{queue_procs,18463152},
{plugins,757456},
{other_proc,11819979},
{mnesia,3722176},
{mgmt_db,6396616},
{msg_index,1919504},
{other_ets,8642024},
{binary,63205272},
{code,20779294},
{atom,793505},
{other_system,23509742}]},
{vm_memory_high_watermark,0.4},
{vm_memory_limit,4192673792},
{disk_free_limit,1000000000},
{disk_free,97324158976},
{file_descriptors,
[{total_limit,32668},
{total_used,52},
{sockets_limit,29399},
{sockets_used,4}]},
{processes,[{limit,1048576},{used,3402}]},
{run_queue,0},
{uptime,2180}]
...done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment