From b9645f139421c4a6fad01456739c787d5ad17cf6 Mon Sep 17 00:00:00 2001 From: trimstray Date: Thu, 2 May 2019 12:43:30 +0200 Subject: [PATCH] add 'Apache Bench' and 'boom' tools - signed-off-by: trimstray --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a23de08..db57de4 100644 --- a/README.md +++ b/README.md @@ -168,11 +168,13 @@ Only main chapters:   :small_orange_diamond: httplab - the interactive web server.
  :small_orange_diamond: Lynx - is a text browser for the World Wide Web.
  :small_orange_diamond: HeadlessBrowsers - a list of (almost) all headless web browsers in existence.
+  :small_orange_diamond: ab - is a single-threaded command line tool for measuring the performance of HTTP web servers.
  :small_orange_diamond: siege - is an http load testing and benchmarking utility.
  :small_orange_diamond: wrk - is a modern HTTP benchmarking tool capable of generating significant load.
  :small_orange_diamond: bombardier - fast cross-platform HTTP benchmarking tool written in Go.
  :small_orange_diamond: gobench - http/https load testing and benchmarking tool.
  :small_orange_diamond: hey - HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom.
+  :small_orange_diamond: boom - is a script you can use to quickly smoke-test your web app deployment.
  :small_orange_diamond: gobuster - free and open source directory/file & DNS busting tool written in Go.