Skip to content

Instantly share code, notes, and snippets.

@tomek-f
Created July 18, 2025 08:46
Show Gist options
  • Save tomek-f/d40dfed5915b2b0f934f84bec3756f2c to your computer and use it in GitHub Desktop.
Save tomek-f/d40dfed5915b2b0f934f84bec3756f2c to your computer and use it in GitHub Desktop.
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