ab
Apache HTTP server benchmarking tool. More information: <https://httpd.apache.org/docs/current/programs/ab.html>.
RUN apt-get update && \
apt-get install -y apache2-utils
RUN apt-get update && \
apt-get install -y apache2-utils
RUN apk add apache2-utils
RUN pacman -S --noconfirm apache
RUN apt-get update && \
apt-get install -y apache2-utils
RUN yum install -y httpd-tools
RUN dnf install -y httpd-tools
RUN apt-get update && \
apt-get install -y apache2-utils