You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
运行前查看本机端口占用情况:
ss -ant|grep -v State|awk '{ print $1}'|sort|uniq -c
20 ESTAB
26 LISTEN
6 SYN-SENT
3 TIME-WAIT
测试程序
运行后(还未退出):
ss -ant|grep -v State|awk '{ print $1}'|sort|uniq -c
1014 ESTAB <== socket还是连接状态
26 LISTEN
49 SYN-SENT
84 TIME-WAIT
The text was updated successfully, but these errors were encountered: