简体   繁体   English

在Community Edition中评估Mule ESB Server和Mule ESB应用程序的性能

[英]Evaluating performance of Mule ESB Server and Mule ESB applications in Community Edition

I am using mule community edition v3.4 and would like to do a complete performance (including overhead) analysis of the mule container itself plus the performance analysis of the individual deployed Mule ESB applications. 我正在使用Mule社区版v3.4,并希望对Mule容器本身进行完整的性能(包括开销)分析,并对单个已部署的Mule ESB应用程序进行性能分析。 What are the industry best practices to do this when we are not using the enterprise edition. 当我们不使用企业版时,行业上的最佳做法是什么? Which tools are being used today for such purpose? 今天,有哪些工具用于此目的?

I also want to analyze the performance overhead of adding the mule container to my existing set of servers which also hosts other containers like tomcat and all. 我还想分析将the子容器添加到我现有的服务器集中的性能开销,这些服务器还托管其他容器,例如tomcat和all。

Thanks in advance, Jai Shammi Raj Kulkarni 在此先感谢Jai Shammi Raj Kulkarni

You can make a performance analysis at java level, using a profiler (visualvm, yourkit, etc). 您可以使用探查器(visualvm,yourkit等)在Java级别进行性能分析。 That will allow to analyze memory, cpu, etc on a host with different java containers. 这将允许使用不同的Java容器分析主机上的内存,CPU等。

For the analysis of the applications deployed to mule, you ca use the jmx beans that mule exposes. 为了分析部署到Mule的应用程序,您可以使用Mule公开的jmx bean。

http://www.mulesoft.org/documentation/display/current/JMX+Management http://www.mulesoft.org/documentation/display/current/JMX+Management

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM