httpstatを使ってみた

インストール

ubuntu

$ sudo apt install python-pip
$ sudo pip install httpstat

mac

$ brew install httpstat

使い方

httpstat http://example.com

httpstat --help

所管

httpリクエストを見やすく整形して出力してくれるツール. 内部でcurlを使っているようで,curlのオプションがそのまま使える. タイミング系はいつもgoogle chromeのdevelopper toolsで見たけどこれでいいなと思った.