Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install Alpine Apache Benchmark?

When I run apk add --update ab there's an error:

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]
like image 982
A. Karnaval Avatar asked Oct 29 '25 16:10

A. Karnaval


1 Answers

You're looking for the apache2-utils package:

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

It includes ab along with several other utilities. See package contents here.

like image 106
valiano Avatar answered Oct 31 '25 12:10

valiano



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!