Nginx 针对建立TCP连接优化

L:124 

  

sysctl -a | grep file-max //通过命令查看系统最大句柄数

[root@3 ~]# sysctl -a | grep file-max
fs.file-max = 791640

.........

[root@3 ~]# sysctl -a | grep file-nr  //查看当前正在使用的句柄数
fs.file-nr = 1472    0    791640
........

原文地址:https://www.cnblogs.com/jackey2015/p/10628657.html