简体   繁体   English

ActiveMQ在不同操作系统中的性能

[英]ActiveMQ performance in different Operating Systems

I have tested activeMQ JMSProducer in some operating systems. 我已经在某些操作系统中测试了activeMQ JMSProducer。 The results are as follows: 结果如下:

AIX     - Persistent - around  50 messages per second
Solaris - Persistent - around  60 messages per second
Linux   - Persistent - around 500 messages per second
  1. Is that normal behaviour because in Linux, it is much much faster? 这是正常现象,因为在Linux中,速度要快得多吗? ActiveMQ Performance document is only based on Linux. ActiveMQ Performance文档仅基于Linux。

  2. And, does Slow KahaDB access slow down activeMQ performance? 而且, Slow KahaDB access降低activeMQ性能?

Thanks. 谢谢。

With persisted connections you are highly dependant on the performance of your hardware and how the OS will commit write to disk. 使用持久连接,您将高度依赖硬件的性能以及操作系统如何将写入磁盘提交。 If you enable the write cache on your disk for example, this could be enough to explain the difference. 例如,如果您在磁盘上启用了写缓存,这足以说明它们之间的区别。 If you used an SSD, I would expect performance to be at least 10x higher, regardless of the OS. 如果使用SSD,则无论使用哪种操作系统,我都希望性能至少提高10倍。

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

相关问题 不同操作系统上的JVM性能差异 - JVM Performance differences on different Operating Systems Java 中的多线程:不同的操作系统提供不同的性能吗? - Multithreading in Java: Do different Operating Systems offer different performance? Java-自定义游标在不同的操作系统中有所不同 - Java - custom cursor is different in different operating systems Qt Jambi应用程序和不同的操作系统 - Qt Jambi application and different operating systems 为什么Java GUI JFrame大小在不同的操作系统上会有所不同? - Why is Java GUI JFrame size different sizes on different operating systems? java swing如何从不同的操作系统吸引到屏幕上? - How java swing draws to screen from different operating systems? 是否可以使用Java为不同的操作系统更改桌面背景? - Is it possible to change the desktop background with Java for different operating systems? 在不同的语言/架构/操作系统中取相对较小的对数 - Taking Logarithms of relatively small numbers in different languages/architectures/operating systems 如何处理文件到Java中不同操作系统的路径? - How to treat the path of a file to the different operating systems in Java? Spring Boot中针对不同操作系统的Tomcat访问日志 - Tomcat Access Logs in Spring Boot for different operating systems
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM