Accessing JMX via HTTP alternatives

风格不统一 提交于 2019-12-04 20:21:48

问题


We use MX4J to access JMX related operations/attributes via a web interface in the container itself. I wanted to know if there are alternatives that are available for it, since the last service release for MX4J was in 2006. I am basically looking to overcome limitations of MX4J in handling collections.


回答1:


I was experimenting once with Jolokia and looks pretty cool. From the webpage:

Jolokia is an HTTP/JSON bridge for remote JMX access.

Definitely give it a try. I used it successfully to create an AJAX/JavaScript dashboard displaying configurable JMX metrics on refreshable charts.




回答2:


I have been using jminix quite a while. I give it thumbs up, well worth a try!




回答3:


You have MX4j and its HttpAdaptor

Ah sorry, just read the OP question properly, he mentions MX4j and asks for alternatives ... at least you have a link and screenshot now :-)

http://mx4j.sourceforge.net/docs/ch05.html




回答4:


For posterity, I've recently added a little web server to my SimpleJMX package. It exposes beans from the platform MBeanServer to HTTP via Jetty if in the classpath. There is also text versions of all pages that make it easy to scrape.

For more details see: Is there any JMX - REST bridge available?



来源:https://stackoverflow.com/questions/7077299/accessing-jmx-via-http-alternatives

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!