Skip to content

Instantly share code, notes, and snippets.

@Apreche
Created August 13, 2011 12:19
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 Apreche/1143791 to your computer and use it in GitHub Desktop.
Save Apreche/1143791 to your computer and use it in GitHub Desktop.
Create siege file from access_log
$ cut -d ' ' -f7 /var/log/apache2/access.log > urls.txt
$ siege -c<concurreny rate> -b -f urls.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment