---
title: "Load-test an HTTP endpoint with a fast reproducible CLI probe using oha"
description: "Run a quick concurrent HTTP benchmark against a URL before deeper performance work or regression triage."
verification: "listed"
source: "https://github.com/hatoo/oha"
author: "hatoo"
publisher_type: "open_source_project"
category:
  - "Runbooks & Diagnostics"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "hatoo/oha"
  github_stars: 10198
---

# Load-test an HTTP endpoint with a fast reproducible CLI probe using oha

Run a quick concurrent HTTP benchmark against a URL before deeper performance work or regression triage.

## Prerequisites

oha

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install the oha binary for your platform, then run it against a target URL with the desired request count, duration, and concurrency settings.
```

## Documentation

- https://github.com/hatoo/oha

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/load-test-an-http-endpoint-with-a-fast-reproducible-cli-probe-using-oha/)
