mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
1.1 KiB
1.1 KiB
Apache HTTP server benchmarking tool
TODO
Intro
TL;DR
Setup
apt install 'apache2-utils'
dnf install 'httpd-tools'
Usage
# Limited number of requests
ab -n '750' -c '1' 'http://grafana.example.org/'
# Sustained load for 't' seconds
# Default requests limit is 50000
ab -t 300 -c 100 http://192.168.29.20/