Test Load

Test system performance under load. Measure response time, throughput, and resource usage. Use when testing scale, capacity planning, or performance requirements.

dhaupin 23069aa 941 B Updated

File contents

Test Load

Performance under load.

When To Use

  • Scale testing
  • Capacity planning
  • SLA validation

Metrics

Metric Target
Response time < 200ms
Throughput > 1000 rps
Error rate < 1%

Load Test

scenarios:
  - name: users
    users: 1000
    ramp: 60s
    duration: 300s

Tools

Tool Use
k6 Load testing
Locust Python load
JMeter Apache load
Artillery Node load

Output

## Load Test

| Metric | Value | Target |
|--------|-------|--------|
| RPS | [n] | >1000 |
| P95 | [n]ms | <200ms |
| Errors | [n]% | <1% |

Role: Load Tester
Input: Load profile
Output: Performance

dhaupin/vant/tree/main/models/public/skills/vant-skill-test-load commit 23069aabd2

Frequently asked questions

npx skillmds@latest add dhaupin/test-load