Last active
July 28, 2022 11:24
-
-
Save safecat/f450ce5ed5a51b3b6f32 to your computer and use it in GitHub Desktop.
ApacheBench for Mac
This file contains 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 | |
Note for future visitors of this gist: Mac OS has Apache Benchmark by default
ab --help
Hero cheers!
Note for future visitors of this gist: Mac OS has Apache Benchmark by default
ab --help
Edit 2020: this is popular! Glad my comment saved a tiny bit of time for so many people ๐
+1 ๐
@riwazp7 +1
@riwazp7 +1
@riwazp7 +1
๐
@riwazp7 +1
@riwazp7 ๐
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
๐