httpstat
是一款可以测试http
状态的可视化工具,通过这个工具可以看出来http
响应信息。包括dns
解析、tcp
连接等信息,httpstat
一共有golang
版本和python
版本。安装及使用,移步到对应的github
地址;
golang版本
:https://github.com/davecheney/httpstatpython版本
:https://github.com/reorx/httpstat
说明,如果打算使用
python
版本的httpstat
,请确保python
环境至少是2.7
,因为代码中使用了列表推导式,在python2.7
之后才支持该语法;
Demo
笔者拿该命令测试博客站点的响应,效果图很直观!
1 | python httpstat.py greenlightt.github.io |