Category: Uncategorized

  • JVM remote profiling. JFR vs JMX

    Introduction When you want to profile a JVM application running remotely on a Docker or Linux server you generally have two options. You can connect to it using some popular profilers like Visualvm (which under the hood uses JMX) or you can manually collect information about running the Java process using JFR technology. The result…