From load-tester
Generates a detailed performance report from load test results, parsing raw data and calculating key metrics like p50/p95/p99 latency, throughput, and error rates. Saves as a markdown file with timestamped comparisons.
How this command is triggered — by the user, by Claude, or both
Slash command
/load-tester:generate-reportThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /generate-report - Generate Load Test Report Generate a detailed performance report from load test results. ## Steps 1. Locate the most recent load test results in the project directory 2. Parse the raw results data (JSON, CSV, or stdout output) 3. Calculate key metrics: avg response time, p50, p95, p99 latency, throughput (req/s) 4. Calculate error rate breakdown by HTTP status code 5. Identify the slowest endpoints and their average response times 6. Compare results against SLA thresholds if defined in config 7. Generate performance trend charts as ASCII tables showing latency over t...
Generate a detailed performance report from load test results.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub samuelj90/awesome-claude-code-toolkit --plugin load-tester/generate-reportGenerates a detailed performance report from load test results, parsing raw data and calculating key metrics like p50/p95/p99 latency, throughput, and error rates. Saves as a markdown file with timestamped comparisons.
/reportGenerates a performance benchmark report from test results, including latency distributions, SLA compliance, throughput analysis, and prioritized recommendations.
/loadtestGenerates load test scripts for k6, Artillery, Locust, JMeter; establishes baselines, runs stress/spike/soak tests, identifies bottlenecks, produces performance reports and verdicts.
/aqe-benchmarkRuns performance benchmarks against API, database, function, or system targets with configurable iterations, concurrency, and duration. Supports baseline comparison and multiple output formats.
/run-load-testRuns API load tests using k6, Artillery, or Gatling to measure performance, identify bottlenecks, and validate scalability.