Usage: Usage: tcping [ t] [ d] [ i interval] [ n times] server address [server port] t : ping continuously until stopped via control c n 5 : for instance send 5 pings i 5 : for instance ping every 5 seconds w 100 : for instance wait 100 milliseconds
可以直接ping端口,返回端口的响应速度 D:\>tcping -d -t www.163.com 80 ** Pinging continuously. Press control-c to stop ** Probing 113.200.235.30:80/tcp - Port is open - time=19ms Probing 113.200.235.30:80/tcp - Port is open - time=14ms Probing 113.200.235.30:80/t
通过tcping软件能够知道对应IP的某一端口是否能够连通。 -------------------------------------------------------------- tcping.exe by Eli Fulkerson Please see http://www.elifulkerson.com/projects/ for updates. -------------------------------------------------------------- Us