查看文件描述符设置

ulimit -u // 20000
ulimit -n // 65535
lsof -n |awk '{print $2}'|wc -l // 18981
netstat -anlpt | grep TIME_WAIT | wc -l //9294

发表新评论