how to install apache benchmark on mac

30.7k Views Asked by At

I am trying to install Apache BenchMark on my macos(macOS Mojave) through brew using the command :

brew install homebrew/apache/ab

Getting this error:

Error: homebrew/apache was deprecated. This tap is now empty and all its contents were either deleted or migrated.
1

There are 1 best solutions below

3
Boney On

Note! ApacheBench (ab) is installed on macOS by default.

  • You can check that by using

ab -h [for help/information] [for checking ab version] ab -V

Ref: https://vyspiansky.github.io/2019/12/02/apache-bench-for-load-testing/