Microservices Docs Help

oha

Github Project

Usage

Basic Example:

docker run --rm -it --network=host ghcr.io/hatoo/oha:1.13 https://chess.michibaum.ch/api/openings/starting

Set number of requests

Use the -n flag to define the total number of requests (default is 200).

docker run --rm -it --network=host ghcr.io/hatoo/oha:1.13 -n 1000 https://chess.michibaum.ch/api/openings/starting

Set number of connections

Use the -c flag to define the total number of connections (default is 50).

docker run --rm -it --network=host ghcr.io/hatoo/oha:1.13 -c 100 https://chess.michibaum.ch/api/openings/starting
Last modified: 08 February 2026