Last active
August 8, 2024 00:45
-
-
Save yolossn/20d86c79745acbd97125b9cca950cbf7 to your computer and use it in GitHub Desktop.
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
Windows: | |
> choco install apache-httpd | |
# source: https://chocolatey.org/packages/apache-httpd | |
Mac os: | |
As of macos bigsur ab is installed by default in macos | |
Ubuntu: | |
> apt-get install apache2-utils | |
# source: https://bobcares.com/blog/apache-benchmark-install-ubuntu/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
choco doesn't seem to install ab with httpd