摘要: windows 2003查看80端口方法 在cmd命令提示符上输入netstat -an |find /c ":80" 出来的数字应该就是连接数 linux 连接数查看外部 如何查80端口 统计80端口连接数 netstat -nat|grep -i "80"|wc -l 2)统计httpd协议连接 阅读全文
posted @ 2015-11-09 15:51 Djzny 阅读(368) 评论(0) 推荐(0) 编辑