Skip to content

Instantly share code, notes, and snippets.

@atomlab
Created November 27, 2020 16:15
Show Gist options
  • Save atomlab/0f03b92419991098f79ad0c83c6049ba to your computer and use it in GitHub Desktop.
Save atomlab/0f03b92419991098f79ad0c83c6049ba to your computer and use it in GitHub Desktop.
Siege Benchmark Post request
siege -c50 -b -t60S -H 'Content-Type: application/json' 'https://example.com/api POST {"id": "1", "jsonrpc": "2.0", "method": "GetBalance", "params":["..."]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment