HTTP诊断工具-httping
2013-04-09 10:49:47 阿炯

本站赞助商链接,请多关照。 httping 是一个用来测试 HTTP 请求的连接、发送请求、等待回应的时间。有点像 ping 这个网络工具,只不过它是针对 HTTP 服务器的。

Httping is like 'ping' but for http-requests.

Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! So it measures the latency of the webserver + network.

It supports, of course, IPv6.

最新版本:2.5
增加 JSON 输出模式,支持 socks5 代理,支持 SSL 的超时处理、时间戳和标准误差计算,支持彩色输出效果,修复了很多小问题。增加自适应的 ping 间隔和基于 ncurses 的 GUI 界面。

项目主页:http://www.vanheusden.com/httping/