performance - Monitor RabbitMQ nodes via JConsole -
we doing r & d on rabbitmq , activemq, want measure cpu , memory consumption particular mq.
for activemq found support jconsole , working expected, unable find out jconsole support rabbitmq.
can please give me head test rabbitmq jconsole. if not possible jconsole suggest alternatives.
jconsole java tool, rabbitmq written in erlang.
in order monitor rabbitmq can use management ui
you can enable using:
rabbitmq-plugins enable rabbitmq_management
the web ui located at: http://server-name:15672/ http api , documentation both located at: http://server-name:15672/api/ (or view our latest http api documentation here).
have plugin https://github.com/rabbitmq/rabbitmq-top
Comments
Post a Comment