Thursday, January 25, 2024

[SOLVED] How to visualize JVM working on linux?

Issue

I didn't find any programs or tools like a VisualVM or Visual GC for linux. Is there any way to see it's work except JVM running arguments? I use an Intellij IDEA by the way. May be JetBrains has some plugins?


Solution

If you are running ubuntu you can simply

"sudo apt-get install visualvm"



Answered By - Shantanu
Answer Checked By - Katrina (WPSolving Volunteer)