31

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.
Boney
  • 1,462
  • 1
  • 11
  • 19

1 Answers1

84

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/

Boney
  • 1,462
  • 1
  • 11
  • 19