Skip to content

Instantly share code, notes, and snippets.

@mannynotfound
Forked from mustardBees/stress_test.sh
Created September 10, 2025 21:34
Show Gist options
  • Select an option

  • Save mannynotfound/82ff9c92dbc64ed794b2f90077bac462 to your computer and use it in GitHub Desktop.

Select an option

Save mannynotfound/82ff9c92dbc64ed794b2f90077bac462 to your computer and use it in GitHub Desktop.
for i in {1..40}; do
curl -s -o /dev/null -w "%{http_code}\n" \
https://www.yourapp.com/product/sample-product-slug/ &
done
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment