windows 2003查看80端口方法 在cmd命令提示符上輸入netstat -an |find /c ":80" 出來的數字應該就是連接數 linux 連接數查看外部 如何查80端口 統計80端口連接數 netstat -nat|grep -i "80"|wc -l 2)統計httpd協議連接數 ps -ef|grep httpd|wc -l