Skip to content

Instantly share code, notes, and snippets.

@mythes
Created June 27, 2018 08:22
Show Gist options
  • Save mythes/690c02293d8063c2eb8658a2888be105 to your computer and use it in GitHub Desktop.
Save mythes/690c02293d8063c2eb8658a2888be105 to your computer and use it in GitHub Desktop.
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/
....
@mythes
Copy link
Author

mythes commented Jun 27, 2018

brew tap loadimpact/k6
brew install k6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment