1.windows安装jprofiler

2.linux下安装jprofiler服务端,记好安装路径.假设是安装在/ex/bin/下

3. 配置tomcat的启动sh文件,在后面加入以下参数:  -agentpath:/ex/bin/linux-x64/libjprofilerti.so=port=8849,nowait

   注意: /ex/bin/linux-x64/libjprofilerti.so这个文件一定要是你本机实际路径!!! prot是指jprofiler客户端连接的通讯端口,按照实际情况指定

4. 客户端配置连接即可

相关文章:

  • 2022-12-23
  • 2021-04-26
  • 2021-08-11
  • 2021-12-25
  • 2021-07-28
猜你喜欢
  • 2022-02-23
  • 2021-04-05
  • 2022-12-23
  • 2021-04-29
  • 2021-09-15
  • 2022-02-24
相关资源
相似解决方案