Added by: devmonk
May 19, 2023
Version

~> ab

Description
Apache Bench (ab) is a tool for measuring the performance of HTTP servers in Linux.
Links
Install (execute in workspace terminal)
wrk install ab==default
Remarks and hints
# show ab version
ab -V

# send 10000 requests with 100 concurrent connections to google.com
ab -n 10000 -c 100 http://google.com/
Scripts
# Istall script # Start script

compatible with all workspaces

no compatibility requirements