Created
December 4, 2023 06:40
-
-
Save avkosme/be7ebbaf11c5a80fc4c8b8fdca2e6675 to your computer and use it in GitHub Desktop.
Curl show total time http
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
curl -o /dev/null -s -w 'Total: %{time_total}s\n' https://example.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment