Difference between revisions of "Http stress testers"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
seq 30 | xargs -n 1 -P 30 bash -c "curl https://www.example.com/path/health --resolve www.example.com:443:10.x.x.x -s | grep -i health > /dev/null || echo 1"
 +
 
https://github.com/mcollina/autocannon
 
https://github.com/mcollina/autocannon
  

Revision as of 18:34, 24 February 2022