Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Last active December 11, 2015 21:18
Show Gist options
  • Save carlzulauf/4661446 to your computer and use it in GitHub Desktop.
Save carlzulauf/4661446 to your computer and use it in GitHub Desktop.

Today I learned to use siege.config to generate a .siegerc and to use siege to benchmark the throughput of a website.

sudo apt-get install siege
siege -b -t60S http://my/remote/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment