performance-monitor-analyst
3
总安装量
3
周安装量
#56874
全站排名
安装命令
npx skills add https://github.com/famaoai-creator/gemini-skills --skill performance-monitor-analyst
Agent 安装分布
cursor
3
claude-code
3
replit
3
mcpjam
2
openhands
2
zencoder
2
Skill 文档
Performance Monitor Analyst
This skill compares “what we want” (NFR) with “what we have” (Profiling Logs).
Capabilities
1. Profiling Log Analysis
- Reads outputs from
Clinic.js,cProfile, orchrome://tracing. - Identifies heavy functions and memory leaks.
2. Gap Analysis
- Compares measured response times (Latency) and other Golden Signals against the targets in
knowledge/nonfunctional/. - Evaluates SLO attainment and remaining Error Budget based on SLO & Dashboard Best Practices.
- Issues “Warning” if targets are missed or if saturation levels are too high.
Usage
- “Analyze this
profile.jsonand tell me if we are meeting our 200ms response time requirement.” - “Where is the bottleneck in this Python profile?”
Knowledge Protocol
- This skill adheres to the
knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs. - References Monitoring Best Practices for standard performance metrics (Golden Signals).
- References SLO & Dashboard Best Practices for service level objectives and error budget analysis.