如何安装 Alpine Apache Benchmark?

A. *_*val 2 apachebench alpine-linux

当我运行时apk add --update ab出现错误:

bash-4.3# apk add --update ab
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  ab (missing):
    required by: world[ab]
bash-4.3# apk add ab
ERROR: unsatisfiable constraints:
  ab (missing):
    required by: world[ab]
Run Code Online (Sandbox Code Playgroud)

val*_*ano 7

你正在寻找 apache2-utils包裹:

https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/apache2-utils

它包括ab其他几个实用程序。在此处查看包装内容。