Created
May 31, 2020 21:03
-
-
Save fgo/cb40ea2f5bca9e1ff0efa5ace88da3ff to your computer and use it in GitHub Desktop.
Benchmark a host with CURL
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
| time_namelookup: %{time_namelookup} | |
| time_connect: %{time_connect} | |
| time_appconnect: %{time_appconnect} | |
| time_pretransfer: %{time_pretransfer} | |
| time_redirect: %{time_redirect} | |
| time_starttransfer: %{time_starttransfer} | |
| size_download: %{size_download} | |
| speed_download: %{speed_download} | |
| ——— | |
| time_total: %{time_total} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment