foreverneverer opened a new issue, #2465: URL: https://github.com/apache/brpc/issues/2465
**Describe the bug (描述bug)** 服务端物理机A 客户端物理机B,64core 客户端容器C,基于物理机B构建,60core 物理机A->物理机B ping延迟 0.5ms,带宽25Gbps 物理机A->容器 ping延迟 0.5ms,带宽25Gbps 客户端64线程,单次大小在1MB。single模式,客户端再物理机C可以做到4KQPS,2GB+吞吐,单次RPC耗时在20ms左右;但是在容器C上只能达到33qps,33MB的吞吐,单次RPC耗时在1~2s+ 感觉很奇怪,直观感觉是brpc没有很好利用容器的CPU资源,所以brpc对容器环境是否存在兼容性问题,比如容器环境的什么配置可能导致此问题? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
