wrk

HTTP benchmarking tool. More information: <https://github.com/wg/wrk>.

Debian Debian
RUN apt-get update && \ apt-get install -y wrk
Ubuntu
RUN apt-get update && \ apt-get install -y wrk
Alpine
RUN apk add wrk
Raspbian
RUN apt-get update && \ apt-get install -y wrk
click the source code to copy install wrk on any operating system with command-not-found.com