nginx 服务器有两个具有 HT 功能的 6 核 xeon cpu。所以整个系统有24个cpu线程。
在 nginx.conf 中:
worker_processes 8;
worker_connections 4096;
nginx stub_status 是:
Active connections: 3942
server accepts handled requests
142793 142793 505932
Reading: 192 Writing: 36 Waiting: 3714
太多的请求停留在等待队列中,我能做些什么来解决它?