ab

Apache HTTP server benchmarking tool. More information: <https://httpd.apache.org/docs/current/programs/ab.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y apache2-utils
Ubuntu
RUN apt-get update && \ apt-get install -y apache2-utils
Alpine
RUN apk add apache2-utils
Arch Arch Linux
RUN pacman -S --noconfirm apache
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y apache2-utils
CentOS
RUN yum install -y httpd-tools
Fedora
RUN dnf install -y httpd-tools
Raspbian
RUN apt-get update && \ apt-get install -y apache2-utils
click the source code to copy install ab on any operating system with command-not-found.com