- Download Jprofiler Package
wget http://download-keycdn.ej-technologies.com/jprofiler/jprofiler_linux_9_2.rpm
- Installing Jprofiler
RPM-IVH jprofiler_linux_9_2.rpm
- Installing the Jprofiler Client
Http://download-keycdn.ej-technologies.com/jprofiler/jprofiler_windows-x64_9_2.exe
- After the client installation is complete, open the client. Start center→new session→new Server integration. The Integration wizard window pops up and then selects
- Once created, a startup script named "Startup_jprofiler.sh" is generated locally, as with the start.sh path. Then copy the "startup_jprofiler.sh" startup script to the monitored server, under the tomcat/bin/directory.
This script needs to modify the last line, modified by "exec" $PRGDIR "/" $EXECUTABLE "Run" [email protected] "" to "exec" $PRGDIR "/" $EXECUTABLE "Start" [email Protected] ""
Finally stop the Java process of the monitored server, start tomcat with a "startup_jprofiler.sh" script, open the configuration you just created to access it OK
Linux Installation Jprofiler monitor tomcat