- http-ping
- http-ping.exe
- 윈도우용 http 접속 확인 프로그램
1 설치[ | ]
- http://www.coretechnologies.com/products/http-ping/ 접속
- 오른쪽 Download 클릭하여 http-ping.exe 다운로드
- 파일을 C:\Windows\System32 로 이동하여 어디서든 실행할 수 있게 하자.
2 기본 사용법[ | ]
2.1 명령어[ | ]
Bash
Copy
http-ping 웹페이지주소
2.2 실행예시 (도메인)[ | ]
Console
Copy
C:\Users\zetawiki>http-ping http://google.com
Pinging "http://google.com":
1> Reply: [301/Redirected (permanent)] bytes=219 time=288ms
2> Reply: [301/Redirected (permanent)] bytes=219 time=272ms
3> Reply: [301/Redirected (permanent)] bytes=219 time=273ms
4> Reply: [301/Redirected (permanent)] bytes=219 time=272ms
Ping statistics for "http://google.com":
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Approximate round trip times in milli-seconds:
Minimum = 272ms, Maximum = 288ms, Average = 276ms
---------------------------------------------------------------------------
This free utility is Copyright 2011, Core Technologies Consulting, LLC.
Find out about this and our other products at our web site:
http://www.CoreTechnologies.com/
---------------------------------------------------------------------------
- → 도메인주소는 특정 웹페이지로 연결되므로 301.
2.3 실행예시 (웹페이지)[ | ]
Console
Copy
C:\Users\zetawiki>http-ping http://example.zetawiki.com/txt/utf8test.txt
Pinging "http://example.zetawiki.com/txt/utf8test.txt":
1> Reply: [200/OK] bytes=295 time=501ms
2> Reply: [200/OK] bytes=295 time=30ms
3> Reply: [200/OK] bytes=295 time=30ms
4> Reply: [200/OK] bytes=295 time=29ms
Ping statistics for "http://example.zetawiki.com/txt/utf8test.txt":
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Approximate round trip times in milli-seconds:
Minimum = 29ms, Maximum = 501ms, Average = 148ms
... (생략)
- → 일반적인 웹페이지라면 200 OK!
3 무한 반복[ | ]
3.1 명령어[ | ]
Bash
Copy
http-ping -t 웹페이지주소
3.2 실행예시[ | ]
Console
Copy
C:\Users\zetawiki>http-ping http://example.zetawiki.com/txt/utf8test.txt -t
Pinging "http://example.zetawiki.com/txt/utf8test.txt" (type Ctrl-C to stop):
1> Reply: [200/OK] bytes=295 time=45ms
2> Reply: [200/OK] bytes=295 time=30ms
3> Reply: [200/OK] bytes=295 time=30ms
4> Reply: [200/OK] bytes=295 time=31ms
5> Reply: [200/OK] bytes=295 time=30ms
6> Reply: [200/OK] bytes=295 time=30ms
7> Reply: [200/OK] bytes=295 time=39ms
8> Reply: [200/OK] bytes=295 time=29ms
... (생략)
-t
옵션을 뒤쪽에 붙여도 된다.
4 같이 보기[ | ]
5 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.