Created
October 9, 2017 09:07
-
-
Save nordineb/b6697686c77918d2b9729126636fb26c to your computer and use it in GitHub Desktop.
cURL custom formatted output for timing of requests
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
\n | |
Timing information\n | |
==================\n | |
*time_appconnect The time it took from the start until the SSL/SSH/etc connect/handshake to the remote host was completed.\n | |
*time_connect The time it took from the start until the TCP connect to the remote host (or proxy) was completed.\n | |
*time_namelookup The time it took from the start until the name resolving was completed.\n | |
*time_pretransfer The time it took from the start until the file transfer was just about to begin.\n | |
*time_redirect The time it took for all redirection steps including name lookup, connect, pretransfer and transfer.\n | |
*time_starttransfer The time it took from the start until the first byte was just about to be transferred.\n | |
*time_total The total time that the full operation last\n | |
\n | |
time_namelookup: %{time_namelookup}\n | |
time_connect: %{time_connect}\n | |
time_appconnect: %{time_appconnect}\n | |
time_pretransfer: %{time_pretransfer}\n | |
time_redirect: %{time_redirect}\n | |
time_starttransfer: %{time_starttransfer}\n | |
--------------------------------------------\n | |
time_total: %{time_total}\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage for timing Azure Table Storage Requests