when-analyzing-performance-use-performance-analysis

Solid

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

API & Backend 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Performance Analysis SOP ## Overview Comprehensive performance analysis for Claude Flow swarms including bottleneck detection, profiling, benchmarking, and actionable optimization recommendations. ## Agents & Responsibilities ### performance-analyzer **Role:** Analyze system performance and identify issues **Responsibilities:** - Collect performance metrics - Analyze resource utilization - Identify bottlenecks - Generate analysis reports ### performance-benchmarker **Role:** Run performance benchmarks and comparisons **Responsibilities:** - Execute benchmark suites - Compare performance across configurations - Establish performance baselines - Validate improvements ### perf-analyzer **Role:** Deep performance profiling and optimization **Responsibilities:** - Profile code execution - Analyze memory usage - Optimize critical paths - Recommend improvements ## Phase 1: Establish Baseline ### Objective Measure current performance and establish baseline metrics. ### Scripts ```bash # Collect baseline metrics npx claude-flow@alpha performance baseline \ --duration 300 \ --interval 5 \ --output baseline-metrics.json # Run benchmark suite npx claude-flow@alpha benchmark run \ --type swarm \ --iterations 10 \ --output benchmark-results.json # Profile system resources npx claude-flow@alpha performance profile \ --include-cpu \ --include-memory \ --include-network \ --output resource-profile.json # Collect agent metrics npx claude-flow@alpha agent metr...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category