Better options to view JMX beans other than Jconso

2019-03-18 23:01发布

问题:

JConsole has quiet a buggy view to monitor JMX published counters. What are the other alternatives ?

I am unable to find any, other than JVisualVM which in effect uses the same view

回答1:

Some alternatives are (since I'm fine with JVisulaVM I haven't tried them yet):

  • JRockit Mission Control (will be added as Java Mission Control to some upcoming Oracle JDK)
  • Argus JMX Browser
  • MC4J JMX Console
  • eclipse-jmx
  • jManage
  • JMiniX
  • hawtio or something else based on Jolokia
  • JMX Console Tools


回答2:

I like VisualVM. I especially like the its support for graphing jmx values over time.

https://visualvm.github.io/