feat:增加新文之查看连接队列溢出

This commit is contained in:
zhangyanfei
2021-09-09 09:31:10 +08:00
parent 2edc97fe92
commit b3a5c57503

View File

@@ -9,14 +9,14 @@
## 一、网络篇
**1.1 内核收发包原理**
- [图解Linux网络包接收过程](https://mp.weixin.qq.com/s/GoYDsfy9m0wRoXi_NCfCmg)
- [25 张图,一万字,拆解 Linux 网络包发送过程](https://mp.weixin.qq.com/s/wThfD9th9e_-YGHJJ3HXNQ) <font color="#dd0000">(:cn:新)</font>
- [127.0.0.1 之本机网络通信过程知多少 ?](https://mp.weixin.qq.com/s/6_OfoeD3ZpyQisY2F-4_bw) <font color="#dd0000">(:cn:新)</font>
- [🔥图解Linux网络包接收过程](https://mp.weixin.qq.com/s/GoYDsfy9m0wRoXi_NCfCmg)
- [🔥25 张图,一万字,拆解 Linux 网络包发送过程](https://mp.weixin.qq.com/s/wThfD9th9e_-YGHJJ3HXNQ)
- [🔥127.0.0.1 之本机网络通信过程知多少 ?](https://mp.weixin.qq.com/s/6_OfoeD3ZpyQisY2F-4_bw)
- [Linux网络包接收过程的监控与调优](https://mp.weixin.qq.com/s/6iQ-OhEbQJbEcgi9kakSjg)
**1.2 内核如何与用户进程协作**
- [图解 | 深入理解高性能网络开发路上的绊脚石 - 同步阻塞网络 IO](https://mp.weixin.qq.com/s/cIcw0S-Q8pBl1-WYN0UwnA)
- [图解 | 深入揭秘 epoll 是如何实现 IO 多路复用的!](https://mp.weixin.qq.com/s/OmRdUgO1guMX76EdZn11UQ)
- [🔥图解 | 深入揭秘 epoll 是如何实现 IO 多路复用的!](https://mp.weixin.qq.com/s/OmRdUgO1guMX76EdZn11UQ)
- [漫画 | 看进程小 P 讲述它的网络性能故事!](https://mp.weixin.qq.com/s/r7EDYsvVhWA2fv52mwM_zg)
**1.3 TCP之三次握手**
@@ -24,6 +24,7 @@
- [TCP连接中客户端的端口号是如何确定的](https://mp.weixin.qq.com/s/C-Eeoeh9GHxugF4J30fz1A) <font color="#dd0000">(:cn:新)</font>
- [能将三次握手理解到这个深度,面试官拍案叫绝!](https://mp.weixin.qq.com/s/vlrzGc5bFrPIr9a7HIr2eA) <font color="#dd0000">(:cn:新)</font>
- [深入解析常见三次握手异常](https://mp.weixin.qq.com/s/7Cum6Y28H_gXLyrRFrthNw) <font color="#dd0000">(:cn:新)</font>
- [如何正确查看线上半/全连接队列溢出情况?](https://mp.weixin.qq.com/s/f-TFX2t8CWRCGoyCByGkOw) <font color="#dd0000">(:cn:新)</font>
**1.4 TCP连接时间开销、内存开销**
- [聊聊TCP连接耗时的那些事儿](https://mp.weixin.qq.com/s/wXyerOFoibRsaBmbl224gw)
@@ -31,8 +32,8 @@
- [漫画 | 花了七天时间测试,我彻底搞明白了 TCP 的这些内存开销!](https://mp.weixin.qq.com/s/BwddYkVLSYlkKFNeA-NUVg)
**1.5 单机百万并发系列**
- [漫画 | 一台Linux服务器最多能支撑多少个TCP连接](https://mp.weixin.qq.com/s/Lkyj42NtvqEj63DoCY5btQ)
- [漫画 | 理解了TCP连接的实现以后客户端的并发也爆发了](https://mp.weixin.qq.com/s/ta6upubg0o1w03YGUo8Trg)
- [🔥漫画 | 一台Linux服务器最多能支撑多少个TCP连接](https://mp.weixin.qq.com/s/Lkyj42NtvqEj63DoCY5btQ)
- [🔥漫画 | 理解了TCP连接的实现以后客户端的并发也爆发了](https://mp.weixin.qq.com/s/ta6upubg0o1w03YGUo8Trg)
- [百看不如一练,动手测试单机百万连接的保姆级教程!](https://mp.weixin.qq.com/s/f_CMt2ni0vegB3-pf2BTTg)
**1.6 网络工具**