check tcp/ip number of connection, run following commands in command prompt.=================== netstat -ano | find /i /c “:80″netstat -ano | find /i “80” ===================C:\>netstat -ano | find /i /c “:80” 14126
C:\>netstat -ano | find /i “80” TCP [::]:49154 [::]:0 LISTENING 980 UDP 0.0.0.0:500 *:* 980 UDP 0.0.0.0:4500 *:* 980 UDP [::]:500 *:* 980
[…]
Recent Comments