标签:windows count
@echo off
:count
echo|set /p="Num of HTTP Connections: " & netstat -na | find /C ":80"
timeout 3 > nul
GOTO count
本文出自 “江湖笑笑生” 博客,请务必保留此出处http://hashlinux.blog.51cto.com/9647696/1793490
windows监视HTTP连接数的批处理脚本
原文地址:http://hashlinux.blog.51cto.com/9647696/1793490