Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Created March 3, 2014 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rondale-sc/9317483 to your computer and use it in GitHub Desktop.
Save rondale-sc/9317483 to your computer and use it in GitHub Desktop.
# curl "http://www.flippit.us/get_flipped" \
# -d 'string=blah' \
# -X 'POST' \
# -H "Content-Type: application/x-www-form-urlencoded" \
ab -n 1000 -c 3 -p data_file.txt -T 'application/x-www-form-urlencoded' http://www.flippit.us/get_flipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment