Last active
May 21, 2019 17:50
-
-
Save SubCoder1/d524cd9119fcd684edd82f9652897473 to your computer and use it in GitHub Desktop.
An HTTP/HTTPS stress testing with POST data using Siege
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
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