close_wait 的问题记录
# 端口45678 对应的 close wait 状态明细
lsof -nP -i4TCP:45678|grep CLOSE
# 统计个数
lsof -nP -i4TCP:45678|grep CLOSE -c
netstat -na |grep -i close
# 端口45678 对应的 close wait 状态明细
lsof -nP -i4TCP:45678|grep CLOSE
# 统计个数
lsof -nP -i4TCP:45678|grep CLOSE -c
netstat -na |grep -i close