You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/31 02:01:12 UTC

[GitHub] [apisix] tokers commented on issue #7811: help request: qps test result is wired

tokers commented on issue #7811:
URL: https://github.com/apache/apisix/issues/7811#issuecomment-1232361608

   I have some doubts:
   
   1. Where did you launch the stress test with wrk? Out of Kubernetes cluster?
   2. What about sending requests to the backend service directly?
   3. The `workerProcesses` field is `auto` so it will launch bunch of worker processes according to the number of CPU cores in your K8s node (not the CPU request for the Pod), and when you only assign 1 vCPU, I think the CPU throttle and context switch are obvious. Try to set `workerProcesses` to `1` to check the QPS for single worker.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org