-
-
Save zcourts/777d74f287f94f08fa4948e09065582e to your computer and use it in GitHub Desktop.
ApacheBench for Mac
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
# ATTENTION PLEASE! | |
# NOTE BY @riwazp7 | |
# Note for future visitors of this gist: Mac OS has Apache Benchmark by default ab --help | |
curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | |
tar -xzf libtool-2.4.2.tar.gz | |
cd libtool-2.4.2 | |
./configure && make && sudo make install | |
# brew install 'https://raw.github.com/simonair/homebrew-dupes/e5177ef4fc82ae5246842e5a544124722c9e975b/ab.rb' | |
# brew test ab | |
curl -O https://archive.apache.org/dist/httpd/httpd-2.4.2.tar.bz2 | |
tar zxvf httpd-2.4.2.tar.bz2 | |
cd httpd-2.4.2.tar.bz2 | |
./configure && make && make install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment