Skip to main content
  1. Posts/

JVM Profiling Mode

There is no sense to run profiler in instrumentation mode on a high load.

Instead of using instrumentation you should use sampling mode.

This article describes the difference between instrumentation and sampling modes. JVisualVM is a good free tool for this task.