githubxubin opened a new issue, #9343:
URL: https://github.com/apache/apisix/issues/9343

   ### Description
   
   I used wrk2 for performance tests, but the results were confusing,Is there 
any problem with the configuration?(centos7 4c32g)
   I'll test directly upstream ,the result is :
   
![image](https://user-images.githubusercontent.com/39228009/233247515-d6691634-f852-45ce-946f-6e1b593a2148.png)
   
   use apisix proxy ,the result is :
   
![image](https://user-images.githubusercontent.com/39228009/233247687-c5ae5d7a-81f4-443c-8374-1ad09f178ba9.png)
   
   this my config.yaml:
   
![image](https://user-images.githubusercontent.com/39228009/233247757-cede92a7-e4ef-4691-bfca-d1b3107b7a49.png)
   
   this is my route config:
   `{
       "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]

Reply via email to