# Vegeta

> vegeta — HTTP load testing CLI and library. Attack mode with configurable rate, duration, and concurrency. JSON reports with latency percentiles.

- Skill: `javimosch/vegeta` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/vegeta`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/vegeta/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/vegeta

---

# vegeta
vegeta — HTTP load testing CLI and library. Attack mode with configurable rate, duration, and concurrency. JSON reports with latency percentiles.

## Install
```bash
curl -LO https://github.com/tsenart/vegeta/releases/download/v12.13.0/vegeta_12.13.0_linux_amd64.tar.gz && tar xzf vegeta_12.13.0_linux_amd64.tar.gz && sudo mv vegeta /usr/local/bin/ && rm -f vegeta_12.13.0_linux_amd64.tar.gz LICENSE README.md
```

