Steps to Install JProfiler on Linux

1
7/23/2019 Steps to Install JProfiler on Linux http://slidepdf.com/reader/full/steps-to-install-jprofiler-on-linux 1/1 Steps to Install JProfiler on Linux (We have Jprofiler agent file in our tools share path. But dont know the exact pa th otherwise please ask them to download from the URL: https://www.ej-technologi es.com/download/jprofiler/files (Version: 8.0 /8.1 ) 1. Download the Jprofiler tar.gz for linux 2. Copy the tar file to linux and untar 3. Remove linux firewall and selinux restrictions. We need access to execut e this command before profiling if the firewall is turned on. service iptables stop setenforce 0 4. Set the Jprofiler agent in the VM argument of weblogic server -agentpath:<path to jprofiler file libjprofilerti.so>/libjprofilerto.so=port=999 8,nowait example : -agentpath:/root/jprofiler7/bin/linux-x64/libjprofilerti.so=port=9998

Transcript of Steps to Install JProfiler on Linux

Page 1: Steps to Install JProfiler on Linux

7/23/2019 Steps to Install JProfiler on Linux

http://slidepdf.com/reader/full/steps-to-install-jprofiler-on-linux 1/1

Steps to Install JProfiler on Linux(We have Jprofiler agent file in our tools share path. But dont know the exact path otherwise please ask them to download from the URL: https://www.ej-technologies.com/download/jprofiler/files (Version: 8.0 /8.1 )1. Download the Jprofiler tar.gz for linux2. Copy the tar file to linux and untar

3. Remove linux firewall and selinux restrictions. We need access to execute this command before profiling if the firewall is turned on.service iptables stopsetenforce 04. Set the Jprofiler agent in the VM argument of weblogic server-agentpath:<path to jprofiler file libjprofilerti.so>/libjprofilerto.so=port=9998,nowaitexample : -agentpath:/root/jprofiler7/bin/linux-x64/libjprofilerti.so=port=9998