jprofier8自写教程

一、jprofiler8下载安装:

1、下载:jbox

        略

2、安装:

     windows版安装

         (略)

        序列号:       

         [email protected]#23874-hrwpdp1sh1wrn#0620
         
[email protected]#36573-fdkscp15axjj6#25257
         
[email protected]#5481-ucjn4a16rvd98#6038
         
[email protected]#99016-hli5ay1ylizjj#27215
         
[email protected]#40775-3wle0g1uin5c1#0674
         
[email protected]#7009-14frku31ynzpfr#20176
         
[email protected]#49604-1jfe58we9gyb6#5814
         
[email protected]#25531-1qcev4yintqkj#23927
         
[email protected]#96496-1qsu1lb1jz7g8w#23479
         
[email protected]#20948-11amlvg181cw0p#171159

    linux配置:

       解压安装文件,复制到指定目录下;

       /etc/profile中添加      

           export JPROFILER_HOME=/export/zhangjf/jprofiler8
            exportLD_LIBRARY_PATH=$JPROFILER_HOME/bin/linux-x86 

      其中,JPROFILER_HOME配置的为你实际安装目录;64位系统配置linux-x86

 

二、windows下远程配置

    1、选择远程集成

    

wKiom1S6IfjhOQVWAAMF-Ufx6Js558.jpg


    2、选择远程系统

    wKiom1S6IkuiybArAAHtjEm_-nQ274.jpg

   3、选在jvm版本

    wKioL1S6Iyzguao0AAIoxY8A6J8781.jpg

  4、选择等待、启动方式

   wKiom1S6ImuyBBOkAAKpS1yDmg8399.jpg

  5、输入远程服务器IP

   wKioL1S6I0yioZNuAAHIDc58axE951.jpg

  6、输入远程服务器上jprofiler的绝对路径

   wKiom1S6IoqQTAq2AAJ0BOnbGq0842.jpg

   7、输入监听端口:我选择默认端口

  wKioL1S6I2izY1nGAAIMGz-sRxc057.jpg

  8、生成监听参数(复制出黑体部分 -agentpath部分

   wKiom1S6IqfTZL8DAAMI9Ja6X_o167.jpg

   9、完成

    wKioL1S6I5vh7BusAAJTGJbqNMA705.jpg

 

三、服务器端启动

    1main方式启动:

       把上述第8步中的监控参数,加入到main方式启动参数中启动。例如:

        原:java -classpath  ../conf/:../lib/*com.jd.test.saf2x.ServerMain 21 &

        添加后:java -classpath  ../conf/:../lib/*-agentpath:/export/zhangjf/jprofiler8/bin/linux-x64/libjprofilerti.so=port=8849,nowait com.jd.test.saf2x.ServerMain 21&

       这样在启动服务时,就启动jprofiler监控用于分析。

  2tomcat方式启动:

      startup.sh中的CATALINA_OPTS中增加上述的监控参数。如下:

       加入前:

       …………

        exec"$PRGDIR"/"$EXECUTABLE" start "$@"

       加入后:

       …………

       CATALINA_OPTS="-agentpath:/export/zhangjf/jprofiler8/bin/linux-x64/libjprofilerti.so=port=8849,nowait $CATALINA_OPTS"

       export CATALINA_OPTS

       exec"$PRGDIR"/"$EXECUTABLE" start "$@"

       这样在启动tomcat时,就启动jprofiler监控用于分析。

 

四、客户端查看

    启动查看:

     wKiom1S6Itmztf5CAAWsJIKVa0g424.jpg

 

     查看监控分析页面:

        wKioL1S6I7WRtq-YAAnWMJX__2c786.jpg

 

 


你可能感兴趣的:(教程,jprofiler)