获取指定端口的链接数

windows 2003查看80端口方法 html

在cmd命令提示符上输入netstat -an |find /c ":80"     linux

出来的数字应该就是链接数 windows

linux 链接数查看外部 如何查80端口 .net

统计80端口链接数 htm

netstat -nat|grep -i "80"|wc -l get

2)统计httpd协议链接数 cmd

ps -ef|grep httpd|wc -lgrep

相关文章
相关标签/搜索