スキル一覧に戻る
melodic-software

performance-test-planning

by melodic-software

12🍴 2📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: performance-test-planning description: Design performance test strategies including load profiles, capacity planning, SLA validation, and .NET performance testing with NBomber and k6. allowed-tools: Read, Write, Glob, Grep, Task, WebSearch, WebFetch

Performance Test Planning

When to Use This Skill

Use this skill when:

  • Performance Test Planning tasks - Designing load profiles, capacity planning, SLA validation
  • Planning or design - Need guidance on performance testing approaches
  • Best practices - Want to follow established patterns and standards

Overview

Performance testing validates that systems meet non-functional requirements under expected and peak loads. Effective planning identifies critical paths, defines realistic load profiles, and establishes measurable success criteria.


Performance Test Types

TypePurposeLoad PatternDuration
Load TestValidate expected loadNormal traffic15-60 min
Stress TestFind breaking pointIncreasing until failureUntil failure
Soak TestFind memory leaksSustained normal load4-24 hours
Spike TestHandle sudden burstsSharp increase/decrease10-30 min
Capacity TestDetermine max capacityIncremental increaseVariable
Scalability TestValidate horizontal scaleIncreasing with resourcesVariable

Load Profile Patterns

Ramp-Up Pattern

Users
  │
100├────────────────────────●
  │                   ●────
  │              ●────
50├         ●────
  │    ●────
  │●────
 0└─────────────────────────►
   0    1    2    3    4    5 min

Spike Pattern

Users
  │         ●
  │        ╱ ╲
500├──────╱   ╲──────
  │     ╱     ╲
  │    ╱       ╲
100├───●         ●───
  │
 0└─────────────────────────►
   0   5   10  15  20 min

Quick Reference: Metrics Targets

MetricTargetCritical Threshold
Response Time (p50)< 100ms< 200ms
Response Time (p95)< 200ms< 500ms
Response Time (p99)< 500ms< 1000ms
Throughput> 1000 RPS> 500 RPS
Error Rate< 0.1%< 1%
CPU Utilization< 70%< 90%

Key Formulas

Little's Law: L = λ × W (Concurrent requests = Arrival rate × Response time)

Throughput: Concurrent Users / Average Response Time

Apdex: (Satisfied + Tolerating/2) / Total


References

ReferenceContentWhen to Load
performance-strategy-template.mdFull strategy template, scope, environment, scenariosPlanning performance test strategy
nbomber-examples.mdBasic load test, complex scenarios, data-driven testsImplementing .NET performance tests
capacity-planning.mdLittle's Law, throughput, Apdex, BenchmarkDotNetCapacity planning calculations

Integration Points

Inputs from:

  • Non-functional requirements → SLA targets
  • Architecture documents → Component topology
  • test-strategy-planning skill → Test scope

Outputs to:

  • CI/CD pipeline → Automated performance gates
  • Monitoring systems → Baseline metrics
  • Capacity planning → Infrastructure sizing

Test Scenarios

Scenario 1: Planning performance strategy

Query: "Help me create a performance test plan for our API"

Expected: Skill activates, provides strategy template, guides through objectives and scope

Scenario 2: Implementing load tests

Query: "Show me how to use NBomber for load testing in .NET"

Expected: Skill activates, loads nbomber-examples.md reference, provides code examples

Scenario 3: Capacity planning

Query: "How do I calculate capacity requirements for 10,000 users?"

Expected: Skill activates, loads capacity-planning.md reference, provides formulas and templates


Last Updated: 2025-12-28

Version History

  • v1.1.0 (2025-12-28): Refactored to progressive disclosure - extracted templates/examples to references/
  • v1.0.0 (2025-12-26): Initial release

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です