Skip to content

Instantly share code, notes, and snippets.

@SubCoder1
Last active May 21, 2019 17:50
Show Gist options
  • Save SubCoder1/d524cd9119fcd684edd82f9652897473 to your computer and use it in GitHub Desktop.
Save SubCoder1/d524cd9119fcd684edd82f9652897473 to your computer and use it in GitHub Desktop.
An HTTP/HTTPS stress testing with POST data using Siege
siege -c 12 -r 1 --content-type "application/json" 'http://127.0.0.1:8000/ POST input_field_id_1=data, input_field_id_2=data'
concurrent user sending requests - 12 {-c}
requests sent from a single user - 1 {-r}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment