Install
openclaw skills install load-testingDeep load testing workflow—goals and SLOs, workload modeling, scenario design, environment fidelity, execution, metrics interpretation, and bottlenecks to fixes. Use when validating capacity, before launches, or reproducing latency under stress.
openclaw skills install load-testingLoad tests answer whether the system meets behavior under target load—not “how many RPS the tool prints.” Tie every run to SLOs, workload realism, and analysis that engineers can act on.
Trigger conditions:
Initial offer:
Use seven stages: (1) goals & SLOs, (2) workload model, (3) scenarios & scripts, (4) environment & data, (5) run & observe, (6) analyze bottlenecks, (7) fixes & retest. Confirm tool (k6, Locust, Gatling, JMeter) and environment policy (prod-like staging vs synthetic).
Goal: Define success in measurable terms.
Exit condition: Numeric targets + out of scope (e.g., “third-party API mocked”).
Goal: Representative mix—not one URL forever.
Exit condition: Workload profile documented (table or script comments).
Goal: Deterministic, idempotent load scripts where possible.
Exit condition: Smoke run at small k validates script correctness.
Goal: Fidelity without destroying prod.
Exit condition: Safety checklist: no prod writes unless explicitly planned and isolated.
Goal: System-wide visibility during test.
Exit condition: Dashboard or runbook link for the test window.
Goal: Identify dominant constraint: app, DB, network, dependency.
Exit condition: Written hypothesis with evidence (graphs, trace ids).
Goal: Controlled changes with retest protocol.