Mararesliu opened a new issue, #11843: URL: https://github.com/apache/apisix/issues/11843
### Current Behavior I run apisix on one pod with two container, limit 2 cpu, benchmark from apisix performance just 5.6k QPS, but benchmark to upstream directly is ok(26k). The problem is upstream latency too high, I see on the dashbord metrics  I use Envoy ,it can got more than 8k QPS. ### Expected Behavior How can in increase upstream performance via apisix? ### Error Logs _No response_ ### Steps to Reproduce 1、RUN a pod with apisix and nginx demo. 2、setting root route to nginx 3、benchmark to apisix like ./wrk -t600 -c5000 -d120s -H "Host: nginx" http://172.17.0.2:9080 ### Environment - APISIX version (run `apisix version`): 3.11 - Operating system (run `uname -a`): redhat 8.11 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
