windows 端口链接数
查看有效 链接数:
netstat -an|find "" |find "ESTABLISHED" /c
/c 统计;
查看链接信息:
查看当前 IP 的80 链接
netstat -an |find "172.0.0.1:80" /c
windows 端口链接数
查看有效 链接数:
netstat -an|find "" |find "ESTABLISHED" /c
/c 统计;
查看链接信息:
查看当前 IP 的80 链接
netstat -an |find "172.0.0.1:80" /c