图解http-ping使用
一 實例
HTTP-Ping是一個小的,免費的,易于使用的命令行工具,探測一個給定的URL,并顯示相關的統計數據。它類似于流行的`平`工具,但工程通過HTTP/ S,而不是ICMP,并配有網址,而不是計算機名/ IP地址。 HTTP-Ping與IPv4和IPv6兼容。
使用HTTP-Ping發現,如果一個網站是響應請求,測試任何網站或負載測試Web服務器的性能。
HTTP-ping操作簡單性使得它在腳本中使用的理想選擇,如果一個Web服務器可用,服務頁面必須檢測。
圖標;
參數;
ping一下看;
保存響應到文本;
-v 參數,輸出細節;
-s不輸出;-q只接受http頭;
-d 附帶日期時間;
-o,用post發送數據;
順帶踩一下點,沒發現啥情況;
二 資料
http-ping 的應用
Easily find out if your web site is responding and how it is performing
Command-Line Options
?
http-ping offers a rich set of command line options which can be seen by running "http-ping.exe /?" from a DOS prompt:?
http-ping [-t] [-n count] [-i interval] [-f file-name] [-s] [-v]
? ? ? ? ? [-q] [-c] [-r] [-w timeout] [-p] [-d] [-o data | -of file-name] URL
Where:
? ? URL ? ? ? ? ? ?The URL you wish to check. For example, http://www.kiva.org,
? ? ? ? ? ? ? ? ? ?http://209.191.122.70, or http://www.yourhost:8080.
? ? ? ? ? ? ? ? ? ?Be sure to surround an IPv6 address with square brackets. For
? ? ? ? ? ? ? ? ? ?example, http://[2a00:1450:4007:800::1014].
Options:
? ? -t ? ? ? ? ? ? Ping the specified URL until stopped.
? ? ? ? ? ? ? ? ? ?To see statistics and continue - type Control-Break;
? ? ? ? ? ? ? ? ? ?To stop - type Control-C.
? ? -n count ? ? ? Send 'count' requests. Supercedes -t.
? ? -i interval ? ?Wait 'interval' seconds between each request. There is a
? ? ? ? ? ? ? ? ? ?1-second wait if this option is not specified.
? ? -f file-name ? Save responses to file 'file-name'. Please specify the full
? ? ? ? ? ? ? ? ? ?path, and use quotes around file names with spaces.
? ? -s ? ? ? ? ? ? Silent. Print no output.
? ? -v ? ? ? ? ? ? Verbose. Print detailed output. Supercedes -s.
? ? -q ? ? ? ? ? ? Quick. Perform HTTP HEAD requests instead of GETs. This will
? ? ? ? ? ? ? ? ? ?retrieve headers only, and bytes reported will be 0.
? ? -c ? ? ? ? ? ? Perform a full connection on each request; ignore keep-alive.
? ? -r ? ? ? ? ? ? Follow HTTP redirects.
? ? -w timeout ? ? Wait 'timeout' seconds for a response before timing out.
? ? ? ? ? ? ? ? ? ?Specify 0 to avoid timing out.
? ? ? ? ? ? ? ? ? ?If not specified, the default timeout is 30 seconds.
? ? -p ? ? ? ? ? ? Use the proxy defined in the Windows Internet settings.
? ? -d ? ? ? ? ? ? Print the date and time of each ping attempt.
? ? -o data ? ? ? ?Perform HTTP POSTs sending the given data. Please enclose
? ? ? ? ? ? ? ? ? ?the data in quotes if it contains spaces.\n"
? ? -of file-name ?Perform HTTP POSTs sending the contents of file 'file-name'.
? ? ? ? ? ? ? ? ? ?Please specify the full path, and use quotes if the file name
? ? ? ? ? ? ? ? ? ?contains spaces.
總結
以上是生活随笔為你收集整理的图解http-ping使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 图解netstat命令实例
- 下一篇: 图解Windows网络命令使用实例