Created
June 27, 2018 08:22
-
-
Save mythes/690c02293d8063c2eb8658a2888be105 to your computer and use it in GitHub Desktop.
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
cat run.txt | parallel "siege -b -c255 -t30S --content-type "application/json" {}" | |
cat run.txt | parallel "ab -n 100 -c 100 {}" | |
run.txt ->>> | |
https://www.example.com/ | |
https://www.example.com/entity/ | |
.... |
Author
mythes
commented
Jun 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment