Created
July 18, 2025 08:46
-
-
Save tomek-f/d40dfed5915b2b0f934f84bec3756f2c 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
while true; do curl --insecure -w '\n* Response time: %{time_total}s\n' localhost:2137; echo "---"; sleep 5; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment