linux系统内也可以在服务器中执行 netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' 进行查看。
Windows系统内可通过WIN+r输入cmd打开命令窗口,输入netstat –ps tcp进行查看。