Skip to content

Instantly share code, notes, and snippets.

View arnesetzer's full-sized avatar

Arne Setzer arnesetzer

  • Germany
  • 05:17 (UTC +02:00)
View GitHub Profile
@MikeNGarrett
MikeNGarrett / siege
Last active December 3, 2024 17:20
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"]}'