Files
oam/knowledge base/ab.md
2025-02-28 17:25:45 +03:00

1.1 KiB

Apache HTTP server benchmarking tool

TODO

Intro

  1. TL;DR
  2. Further readings
    1. Sources

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/

Further readings

Sources