Skip to content

Instantly share code, notes, and snippets.

@r1cebank
Forked from MikeNGarrett/siege
Created March 13, 2017 18:30
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 r1cebank/ede12427fa0679517403ff5f0df5012a to your computer and use it in GitHub Desktop.
Save r1cebank/ede12427fa0679517403ff5f0df5012a to your computer and use it in GitHub Desktop.
Siege with JSON POST data
siege -c50 -t60S -H 'Content-Type: application/json' 'http://domain.com/path/to/json.php POST {"ids": ["1","2","3"]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment