線上nginx的一次“no live upstreams while connecting to upstream ”分析
線上nginx的一次“no live upstreams while connecting to upstream ”分析-飛翔的單車-51CTO博客 https://blog.51cto.com/xiaosu/1689992
記一次生產環境Nginx間歇性502的事故分析過程 | XieZefan's Blog https://xiezefan.me/2017/09/27/nginx-502-bug-trace/
解決TIME_WAIT過多造成的問題 - 大東東東 - 博客園 https://www.cnblogs.com/dadonggg/p/8778318.html
netstat -n | awk '/^tcp/ {++state[$NF]} END {for(key in state) print key,"\t",state[key]}'