Thursday, March 7, 2013

The WOW tools for JRockit JVM



Have you ever faced problems with your Java applications and want to drill down through JVM ? Are you dreaming to write tools to monitor JVM ?
Here are the set of tools called JRockit Mission Control - the advanced super tools to monitor and manage, profile and diagnose your apps running on JRockit  JVM in non intrusive way - goodbye JVMTI

The three important tools of JR MC are
The Management Console         
The JRockit Runtime Analyzer
The Memory Leak Detector


Management console is a JMX monitoring and management console similar to JConsole.

JRA is like a java app and JVM profiler - A handy tool for every JVM performance engineer. It records the JVM behavior and with the help of JRA mission control plugin, lot of analysis can be done including digging information about synchronization problems, GC, OS, memory analysis, method call stack, lock information and more interestingly the CPU bound computational latencies as well !!

And the MLD is a cool tool to detect memory leaks online ! move away from tiresome offline comparative huge heap dump analysis.


No comments:

Post a Comment