From c7af3b4870a632b8c8e1bfa0c1aebffa8fd43364 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sat, 5 Nov 2016 02:13:55 +0100 Subject: [PATCH] add wrk description --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 1a9b30d..8f7f213 100644 --- a/functions +++ b/functions @@ -67,7 +67,7 @@ dockersecure() { docker run -it --net host --pid host --cap-add audit_control -v /var/lib:/var/lib -v /var/run/docker.sock:/var/run/docker.sock -v /usr/lib/systemd:/usr/lib/systemd -v /etc:/etc --label docker_bench_security --rm docker/docker-bench-security } -# WRK +# wrk - a HTTP benchmarking tool - https://github.com/wg/wrk function wrk() { docker run --rm williamyeh/wrk --latency $1 }