Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on VirtualVM

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VisualVM is a great tool for performance profiling of JVM applications.

  1. The application must be LONG RUNNING in order for VirtualVM to profile it.

IntelliJ IDEA

VisualVM Launcher

VirtualVM Executable

/usr/bin/jvisualvm

https://stackoverflow.com/questions/51919830/unable-to-launch-the-visualvm-launcher-plugin-in-intellij

References

https://visualvm.github.io/

https://medium.com/@oleg.vashenkov/profiling-java-app-or-unit-test-in-jetbrains-idea-and-visualvm-6df1653354c2

https://blogs.sap.com/2015/09/18/step-by-step-to-use-visualvm-to-do-performance-measurement/

Comments