기타
tcping
damian
2012. 12. 26. 16:40
홈페이지
http://www.elifulkerson.com/projects/tcping.php
다운로드
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
If you don't pass server-port, it defaults to 80.
-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
If you don't pass server-port, it defaults to 80.
사용법을 보시면 그냥 ping 명령어와 비슷하게 생겼는데, 특정 포트를 지정할 수 있다는 점이 가장 큰 매력입니다.
출처 : http://snoopybox.co.kr/1576