使用JProfiler对Mule容器和应用程序进行性能分析 [英] Profiling Mule Container and Application using JProfiler

查看:96
本文介绍了使用JProfiler对Mule容器和应用程序进行性能分析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Jprofiler分析部署在m子容器(CE v3.4)上的Mule ESB应用程序,但到目前为止没有成功. 我的Mule服务器在Linux 64位服务器上远程运行,而jprofiler在我的本地Windows计算机上运行.我试图将本地Windows机器上运行的jprofiler远程连接到在Linux服务器上远程运行的Mule服务器,但是到目前为止,我一直未能将本地运行的jprofiler连接到远程运行的Mule服务器.

I am trying to profile Mule ESB apps deployed on a mule container(CE v3.4) using Jprofiler but have been unsuccessful this far. My Mule server is running remotely on a linux 64 bit server and the jprofiler is running on my local windows machine. I am trying to remotely connect the jprofiler running on my local windows machine to the Mule server running remotely on a linux server, but till now I have failed to connect the local running jprofiler to the remotely running Mule server.

有人以前做过这个吗?将本地运行的jprofiler连接到在其他服务器上远程运行的Mule服务器,应遵循哪些步骤?

Has somebody done this before? What are the steps to be followed to connect my jprofiler running locally to Mule server running remotely on some different server?

感谢和问候 杰伊

推荐答案

将这些行添加到conf/wrapper.conf:

Add these lines to conf/wrapper.conf:

wrapper.java.additional.4=-Dcom.sun.management.jmxremote.port=9999
wrapper.java.additional.5=-Dcom.sun.management.jmxremote.authenticate=false
wrapper.java.additional.6=-Dcom.sun.management.jmxremote.ssl=false

并将您的探查器连接到端口9999

and connect your profiler to port 9999

这篇关于使用JProfiler对Mule容器和应用程序进行性能分析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆