vaynedu / nginx-1.16.0

学习nginx架构设计与实现,翻译nginx的源码,写nginx的测试代码, 在issue中记录nginx的精妙设计及其常见问题https://github.com/vaynedu/nginx-1.16.0/issues 。 myexercise内存池、哈希表、链表、md5、crc测试代码,mymodule中有hello自定义模块代码。通过nginx将自己整个知识体系连接起来
https://github.com/vaynedu/nginx-1.16.0/issues
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

有人反馈 客户端连接nginx有时候会连接超时? #75

Open vaynedu opened 3 years ago

vaynedu commented 3 years ago

1.问题

image

2.排查思路

image image

3.分析

image 下午排查帮助这个问题, ab压测,然后根据日志条数,大致计算出qps 大约2400, 下载文件大小 46k, 差不多都跑满网卡1G。

后续查找这种问题, 就是定位cpu、 内存、io、 网卡