摘要: # 端口45678 对应的 close wait 状态明细 lsof -nP -i4TCP:45678|grep CLOSE # 统计个数 lsof -nP -i4TCP:45678|grep CLOSE -c netstat -na |grep -i close 阅读全文
posted @ 2024-02-27 18:57 0xguaiwu 阅读(11) 评论(0) 推荐(0)