# Fortio

> fortio — HTTP/gRPC load testing CLI. Run load tests with configurable QPS, concurrency, duration. JSON and detailed latency output.

- Skill: `javimosch/fortio` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/fortio`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/fortio/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/fortio

---

# fortio
fortio — HTTP/gRPC load testing CLI. Run load tests with configurable QPS, concurrency, duration. JSON and detailed latency output.

## Install
```bash
curl -LO https://github.com/fortio/fortio/releases/download/v1.68.0/fortio-linux_amd64-1.68.0.tgz && tar xzf fortio-linux_amd64-1.68.0.tgz && sudo mv fortio /usr/local/bin/ && rm -rf fortio-linux_amd64-1.68.0.tgz
```

