본문 바로가기
Windows & Android/Util

[tcping] Network 특정 TCP포트 확인하기 / ping처럼 특정포트가 응답하는지 체크

by 알 수 없는 사용자 2020. 9. 25.
반응형

첨부된 파일을 다운 받으신 다음에 cmd를 실행시키시고 다운받은 폴더로 이동해서 다음과 같이 입력하시면 됩니다.

FTP서버가 정상 동작중인지, 원격이 정상동작중인지 등에 대해서 체크합니다.

시작 -> 실행 -> cmd -> tcping 주소 or 도메인 포트번호

tcping.exe - ping over a tcp connection

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 for a response

-d : include date and time on each line

-b 1 : enable beeps (1 for on-down, 2 for on-up,

3 for on-change, 4 for always)

-r 5 : for instance, relookup the hostname every 5 pings

-s : automatically exit on a successful ping

-v : print version and exit

-d : include date and time on each line

HTTP Options:

-h : HTTP mode (use url without http:// for server-address)

-u : include target URL on each line

-p : use POST rather than GET (to avoid caching)

Debug Options:

-o : use alternate timing function (less precise)

-f : force tcping to send at least one byte

If you don't pass server-port, it defaults to 80.

http://www.elifulkerson.com/projects/tcping.php

tcping.exe
0.21MB

BJ 코코

 

반응형

댓글