如何在 mac 上安装 apache 基准测试

Bon*_*ney 12 apache macos apachebench

我正在尝试使用以下命令通过 brew 在我的 macos(macOS Mojave)上安装 Apache BenchMark:

brew install homebrew/apache/ab
Run Code Online (Sandbox Code Playgroud)

收到此错误:

Error: homebrew/apache was deprecated. This tap is now empty and all its contents were either deleted or migrated.
Run Code Online (Sandbox Code Playgroud)

Bon*_*ney 37

笔记!ApacheBench (ab) 默认安装在 macOS 上。

  • 您可以使用

ab -h [for help/information] [用于检查ab版本] ab -V

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

  • @ChrisF 不,它在 macOS Catalina 中仍然可用。我在我的机器上验证了它。(版本10.15.7) (4认同)
  • 好的,但是我如何更新它的版本呢? (2认同)