Created
May 17, 2013 14:41
-
-
Save FZambia/5599483 to your computer and use it in GitHub Desktop.
httperf POST with form data
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
/path/to/location/ method=POST contents="name=TEST&password=SECRET" |
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
httperf --server=localhost --port=8888 --add-header="Content-Type: application/x-www-form-urlencoded\n" --wsesslog=1000,100,httperf_content |
session.txt
/ method=GET contents="params"
I am doing the same but getting code of 3xx why?
getting issue of redirection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
httperf --hog --server=54.203.168.97 --num-conns=500 --port=3000 --add-header="Content-Type: application/x-www-form-urlencoded\n" --wsesslog=100,0,session.txt --rate 1000 --timeout 5 --print-reply=header --session-cookie