表題を試す。
■ 環境
- httpstat
- Homebrew
- Mac OSX ElCapitan
■ httpstat
いつものように`brew update`したところ、なんか見覚えのある文字列”httpstat“が目に付いた。これなんだっけ?と思いつつ確認。
https://github.com/reorx/httpstat
$ brew install httpstat
`httpstat`コマンドがインストールされたようである。実際に試してみる。
$ httpstat http://www.google.co.jp/
Connected to 216.58.221.3:80 from 127.0.0.1:61779
HTTP/1.1 200 OK
Date: Mon, 31 Oct 2016 10:16:18 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=Shift_JIS
P3P: CP="This is not a P3P policy! See https://www.google.com/support/accounts/answer/151657?hl=en for more info."
Server: gws
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Set-Cookie: NID=89=MnV6dOU8kArGcQ4osx6LpfBUtzSCvF6t3TOgpbVT8Bi7vq1FV9qfBiH1Omif2aBq-kySPM7EU64cHz2gGHJReBY1HzVqZOnXsKboOjipwtXtmSk8FcnZApd0k6V5P9Vw; expires=Tue, 02-May-2017 07:46:18 GMT; path=/; domain=.google.co.jp; HttpOnly
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked
Body stored in: /var/folders/2d/zv087prj3374cxj3jy9y1z740000gn/T/tmphaN1CF
DNS Lookup TCP Connection Server Processing Content Transfer
[ 41ms | 0ms | 134ms | 7ms ]
| | | |
namelookup:41ms | | |
connect:41ms | |
starttransfer:175ms |
total:182ms
$
へーと思いつつ、なるほど視覚化。
以上。