Created
August 13, 2011 12:19
-
-
Save Apreche/1143791 to your computer and use it in GitHub Desktop.
Create siege file from access_log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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