thor533 opened a new issue, #9337: URL: https://github.com/apache/apisix/issues/9337
### Description I use apisix to do proxy forwarding, only to do proxy, without adding any plug-in and business functions, only one upstream node, after apisix,QPS only one-third, may I ask is it normal?  my route config is : { "uri": "/ces/*", "name": "ces11", "priority": 1, "methods": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "CONNECT", "TRACE" ], "upstream": { "nodes": [ { "host": "10.4.16.12", "port": 8180, "weight": 1 } ], "retries": 4, "timeout": { "connect": 10, "send": 10, "read": 10 }, "type": "roundrobin", "scheme": "http", "pass_host": "pass", "keepalive_pool": { "idle_timeout": 60, "requests": 1000, "size": 320 }, "retry_timeout": 4 }, "status": 1 } ### Environment - APISIX version (run `apisix 2.15-alpine`): - Operating system (run `uname -a`): - 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]
