From load-tester
Runs load and stress tests against API endpoints or web pages, monitoring real-time metrics like requests/sec and latency percentiles, identifying bottlenecks, and saving timestamped reports.
How this command is triggered — by the user, by Claude, or both
Slash command
/load-tester:run-load-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /run-load-test - Execute Load Test Run load and stress tests against API endpoints or web pages. ## Steps 1. Ask the user for the target URL or endpoint to test 2. Determine load testing parameters: concurrent users (default 50), duration (default 60s), ramp-up period (default 10s) 3. Check if a load testing tool is installed (k6, Artillery, or autocannon); recommend k6 if none found 4. Create or locate the load test script for the target endpoint 5. Configure request headers, authentication tokens, and payload if needed 6. Execute the load test with the specified parameters 7. Monitor...
Run load and stress tests against API endpoints or web pages.
5plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin load-tester/run-load-testRuns load and stress tests against API endpoints or web pages, monitoring real-time metrics like requests/sec and latency percentiles, identifying bottlenecks, and saving timestamped reports.
/loadtestGenerates load test scripts for k6, Artillery, Locust, JMeter; establishes baselines, runs stress/spike/soak tests, identifies bottlenecks, produces performance reports and verdicts.
/load-testRuns load tests against API endpoints using tools like wrk, k6, ab, or hey. Measures throughput, latency, error rates, and identifies breaking points with staged ramp-up.
/setup-load-testingConfigures load and performance testing for an application, covering strategy, tool selection, script development, environment setup, monitoring, and analysis.
/benchmarkBenchmarks HTTP endpoints with configurable concurrency, captures per-request metrics, and reports latency percentiles, throughput, and error rates.