Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run Jprofiler from Windows machine to Remote Linux JVM

Kindly let me know how to run Jprofiler from Windows machine to Remote Linux JVM.

Thanks a lot in advance.

like image 354
Sreeman Avatar asked Apr 04 '12 15:04

Sreeman


People also ask

How do I run JProfiler on Windows?

To start JProfiler, execute bin/jprofiler in the extracted directory. On Linux/Unix, the file jprofiler. desktop can be used to integrate the JProfiler executable into your window manager.

Where is JProfiler installed?

On different platforms, the JProfiler executable is located in different directories. On Windows, it's bin\jprofiler.exe , on Linux or Unix bin/jprofiler and on macOS there is a special helper shell script Contents/Resources/app/bin/macos/jprofiler.sh in the JProfiler application bundle for the IDE integrations.

How do I use JProfiler?

If you need to collect and display analytical data of a remote JVM in real time, perform the following steps: Install JProfiler UI locally. Install JProfiler agent on the remote host machine, and load it to the target JVM. Connect JProfiler UI to the agent.


1 Answers

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

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

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

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

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

like image 133
Ingo Kegel Avatar answered Sep 28 '22 08:09

Ingo Kegel