What are the differences between JVisualVM and Java Mission Control?

前端 未结 2 567
不知归路
不知归路 2021-02-01 12:09

Other than the more \'advanced\' GUI from Java mission control, how are they different?

At first glance they seem to offer very similar functionality (Interpreting JMX d

2条回答
  •  一个人的身影
    2021-02-01 12:44

    The JMX Console part of Java Mission Control is just like any other JMX console. I'm of course biased, but in my opinion it's one of the more feature rich consoles available. The more unique part of JMC is the Java Flight Recorder part.

    JMC is targeting production systems, and is very careful to avoid introducing unnecessary overhead. With the Java Flight Recorder you can do production time profiling and diagnostics with an almost unmeasurable overhead.

提交回复
热议问题