How to run Jprofiler from Windows machine to Remote Linux JVM

jprofiler, linux

Solution

Go to the download page, download the .tar.gz distribution and extract it on the remote Linux machine.

On the remote Linux machine, start the command line utility `bin/jpintegrate`, then follow the steps in the command line wizard.

Transfer the generated JProfiler config file to your local Windows machine.

On your local Windows machine, start the JProfiler GUI and import the config file with Session->Import Session Settings

Start the profiled JVM on the remote Linux machine and the imported session in the JProfiler GUI on the Windows machine.

Update 2024-03-14

JProfiler now has zero-configuration attach functionality over SSH. On the "Quick Attach" pane of the start center, select the "On another computer" radio button, configure the SSH connection, click "Start" and select the remote JVM for profiling.

Problem

Kindly let me know how to run Jprofiler from Windows machine to Remote Linux JVM. Thanks a lot in advance.

Original source