• November 27, 2024

Curl Load Test

Simple load testing script (in bash) | by Bharath Raja curl -L | bash -s 20 “This keeps hitting your server at the rate of 20 calls/second until you ask it to stop. The just redirects to the raw script from Github (shown below) ExplanationThere’s a while true loop that…

Read More