Last active
October 11, 2016 02:41
-
-
Save rpfilomeno/488ea8471d4784e5643a4001173c447d to your computer and use it in GitHub Desktop.
Timing Details With cURL
This file contains 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 | |
============= HOST: ==========\n | |
\n | |
local_ip: %{local_ip}\n | |
local_port: %{local_port}\n | |
remote_ip: %{remote_ip}\n | |
remote_port: %{remote_port}\n | |
\n | |
======= CONNECTION: ==========\n | |
\n | |
http_code: %{http_code}\n | |
http_connect: %{http_connect}\n | |
num_connects: %{num_connects}\n | |
num_redirects: %{num_redirects}\n | |
redirect_url: %{redirect_url}\n | |
\n | |
============= FILE: ==========\n | |
\n | |
content_type: %{content_type}\n | |
filename_effective: %{filename_effective}\n | |
ftp_entry_path: %{ftp_entry_path}\n | |
size_download: %{size_download}\n | |
size_header: %{size_header}\n | |
size_request: %{size_request}\n | |
size_upload: %{size_upload}\n | |
speed_download: %{speed_download}\n | |
speed_upload: %{speed_upload}\n | |
ssl_verify_result: %{ssl_verify_result}\n | |
url_effective: %{url_effective}\n | |
\n | |
=== TIME BREAKDOWN: ==========\n | |
\n | |
time_appconnect: %{time_appconnect}\n | |
time_connect: %{time_connect}\n | |
time_namelookup: %{time_namelookup}\n | |
time_pretransfer: %{time_pretransfer}\n | |
time_redirect: %{time_redirect}\n | |
time_starttransfer: %{time_starttransfer}\n | |
----------\n | |
time_total: %{time_total}\n | |
\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment