简体   繁体   English

消息传递和使用机制中的性能优化WSO2 MB 3.1.0

[英]Performance optimization in message delivery and consuming mechanism WSO2 MB 3.1.0

How will I be able to do a Performance Tuning in WSO2 Message Broker ? 我将如何在WSO2 Message Broker Performance Tuning I did go through this document which explains about modifying the parameter values in the broker.xml which ideally did improve the performance of message delivery plus consumption. 我确实浏览了文档, 文档解释了如何修改broker.xml的参数值,理想情况下确实可以提高消息传递的性能和使用量。

These were the parameters which I changed : 这些是我更改的参数:

  • ringBufferSize ringBufferSize
  • windowSize windowSize
  • contentReadBatchSize contentReadBatchSize
  • bufferSize 缓冲区大小

Is there anything else that I should change in order to improve the optimization? 还有什么我需要更改以改善优化的? What I wanted to know is that, is there any other way available other than this for performance tuning ? 我想知道的是,除了此performance tuning之外,还有其他方法可用吗? Any help would be appreciated. 任何帮助,将不胜感激。

There are few other things you can try out to improve the performance in WSO2 products in terms of OS level, JVM level and Carbon platform level you can find more details at [1]. 您可以尝试在OS级别,JVM级别和Carbon平台级别上尝试改善WSO2产品性能的其他方法,您可以在[1]中找到更多详细信息。 There are also some details related to product level tuning in terms of clustered environment, tuning flow control could be found in [2] and [3] respectively. 在集群环境方面,还有一些与产品级别调整有关的细节,调整流程控制分别在[2]和[3]中可以找到。 Also, database level performance tuning details can be found at [4]. 另外,可以在[4]中找到数据库级别的性能调整详细信息。 Hope this will be helpful for you to improve the performance. 希望这对您改善性能有帮助。

[1] https://docs.wso2.com/display/MB310/Performance+Tuning+Guide [1] https://docs.wso2.com/display/MB310/Performance+Tuning+Guide

[2] https://docs.wso2.com/display/MB310/Clustering+Performance [2] https://docs.wso2.com/display/MB310/Clustering+Performance

[3] https://docs.wso2.com/display/MB310/Tuning+Flow+Control [3] https://docs.wso2.com/display/MB310/Tuning+Flow+Control

[4] https://docs.wso2.com/display/MB310/Database+Performance [4] https://docs.wso2.com/display/MB310/Database+Performance

Cheers, Pubudu. 干杯,普布杜。

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

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