jprofiler5的使用1

假设jprofiler5路径安装在/opt/jprofiler5目录下。

注意:jprofiler5的安装一定要在xwindow环境下装,且要启动一次,输入好license信息。


1、在用户的启动路径中加上有关jprofiler5的动态库路径

 

LD_LIBRARY_PATH=/opt/jprofiler5/bin/linux-x64:$LD_LIBRARY_PATH

export LD_LIBRARY_PATH

 

2、在tomcat的启动脚本中增加jprofiler5的启动参数,包括监听端口等。

    CATALINA_OPTS="-agentlib:jprofilerti=port=8849  -Xbootclasspath/a:/opt/jprofiler5/bin/agent.jar $CATALINA_OPTS"
export CATALINA_OPTS

 

 

3、启动含有jprofiler5参数的脚本

 

4、客户端一定要连接上启动好的服务,否则,应用不会启动的。

 

你可能感兴趣的:(tomcat,linux,脚本)