Created
June 24, 2016 01:43
-
-
Save taizawa/36ee310732184789813283f024fe894c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://1173bnb.com/ -o /dev/null -w \ | |
"\ | |
%{url_effective}への接続を開始。 | |
名前解決の実行...\n\ | |
名前解決の実行完了@%{time_namelookup}秒経過\n\ | |
対象サーバへの接続...\n\ | |
対象サーバへ接続完了@%{time_connect}秒経過\n\ | |
対象サーバへHTTPリクエスト送信...\n\ | |
対象サーバへHTTPリクエスト送信完了@%{time_pretransfer}秒経過\n\ | |
対象サーバ側でHTTPコンテンツ生成...\n\ | |
対象サーバ側でHTTPコンテンツ生成完了。HTTPコンテンツを受信開始@%{time_starttransfer}秒目\n\ | |
HTTPコンテンツの受信中...\n\ | |
HTTPコンテンツの受信完了。ここまでにかかった合計時間は%{time_total}秒。\n\ | |
" \ | |
2> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment