Skill Detail

Load-test HTTP endpoints with reproducible attack profiles and latency reports before rollout with Vegeta

Run constant-rate HTTP attacks, capture binary results, and generate reports or plots before capacity changes and releases.

Monitoring & AlertsMulti-Framework
Monitoring & Alerts Multi-Framework Security Reviewed
⭐ 25k GitHub stars
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill load-test-http-endpoints-with-reproducible-attack-profiles-and-latency-reports-before-rollout-with-vegeta Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Vegeta CLI and a targets file or piped HTTP target definitions
Install & setup
Install a prebuilt release binary or use a package manager such as Homebrew with brew install vegeta, then pipe targets into vegeta attack and pass the results to vegeta report or vegeta plot.
Author
tsenart
Publisher
Individual
Last updated
Apr 17, 2026
Quick brief

Use Vegeta when an agent needs a tight load-test loop around HTTP targets: define a target set, run a repeatable attack, and turn the results into latency and error reports. That is the skill boundary. It is not a general performance platform listing.

How it works

What this skill actually does

Invoke it instead of a heavier benchmarking stack when the task is quick, scriptable HTTP pressure testing from the command line before rollout, tuning, or regression review. The workflow stays narrow and operator-shaped: targets in, attack run, report or plot out.