赞
踩
HTTPPing是一个小的,免费的,易于使用的命令行工具,探测一个给定的URL,并显示相关的统计数据。它类似于流行的`平`工具,但工程通过HTTP/ S,而不是ICMP,并配有网址,而不是计算机名/ IP地址。 HTTPPing与IPv4和IPv6兼容。
使用HTTPPing发现,如果一个网站是响应请求,测试任何网站或负载测试Web服务器的性能。
HTTPping操作简单性使得它在脚本中使用的理想选择,如果一个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.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。