Skip to content

Instantly share code, notes, and snippets.

View bacher's full-sized avatar
:octocat:

Ilia Lebedev bacher

:octocat:
View GitHub Profile
@MikeNGarrett
MikeNGarrett / siege
Last active April 3, 2024 03:49
Siege with JSON POST data
# Changed to use content-type flag instead of header: -H 'Content-Type: application/json'
siege -c50 -t60S --content-type "application/json" 'http://domain.com/path/to/json.php POST {"ids": ["1","2","3"]}'