简体   繁体   English

OpenShift3延迟问题

[英]OpenShift3 Latency Issues

We have a JEE application with MongoDB running successfully on OpenShift2; 我们有一个JEE应用程序,其中MongoDB在OpenShift2上成功运行; we recently migrated to OpenShift3 (Wildfly & MongoDB) and we are experiencing terrible latency issues . 我们最近迁移到OpenShift3(Wildfly&MongoDB),并且遇到了严重的延迟问题

A dialog in the app pulls 4.27KB of data: 应用程序中的对话框提取4.27KB数据:

  • OpenShift3 Lantency: 5790.00ms (5.79s) Duration: 0.146ms OpenShift3延迟时间:5790.00ms(5.79s)持续时间:0.146ms
  • OpenShift2 Lantency: 17.66ms Duration: 0.288ms OpenShift2延迟:17.66ms持续时间:0.288ms

On both options, we are using the smallest gears/pods. 在这两个选项上,我们都使用最小的齿轮/吊舱。

Any suggestions on improving the latency? 对改善延迟有什么建议吗? We tried from two different Internet providers. 我们尝试了两个不同的Internet提供商。

Graham was correct; 格雷厄姆是对的。 the issue was with the east coast cluster. 问题出在东海岸群。 Using the west coast one, the performance to create instances are better without any errors at creation. 使用西海岸,创建实例的性能更好,创建时没有任何错误。

To compare the performance using the same test: 使用同一测试比较性能:

  • Latency 1410.00 ms (1.41s) Duration: 0.254ms 延迟1410.00 ms(1.41s)持续时间:0.254ms

Still took long of a latency for a Web app, but at least we can test OpenShift3. Web应用程序仍然花费了很长时间,但至少我们可以测试OpenShift3。

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

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