Created
March 30, 2022 08:34
-
-
Save yetanotherchris/247f294d245f6d9e1f4db398a41246c4 to your computer and use it in GitHub Desktop.
Powershell HTTP "load testing" (about 3-5 RPS)
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
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