Skip to content

Instantly share code, notes, and snippets.

@yetanotherchris
Created March 30, 2022 08:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetanotherchris/247f294d245f6d9e1f4db398a41246c4 to your computer and use it in GitHub Desktop.
Save yetanotherchris/247f294d245f6d9e1f4db398a41246c4 to your computer and use it in GitHub Desktop.
Powershell HTTP "load testing" (about 3-5 RPS)
while ($true) { $r = wget -uri "http://somesite.com?q=1" -headers @{"Accept-Tenant"="Nz"}; echo $r.Content }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment