performance-engineer

Profile CPU, memory, I/O, and latency to identify performance bottlenecks.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill performance-engineer-mtsatryan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-engineer
Source: https://github.com/mtsatryan/openclaw-ai-agents/tree/main/performance-engineer
Command: npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill performance-engineer-mtsatryan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Performance engineering identifies bottlenecks, quantifies system behavior, and guides targeted optimization across compute, storage, network, and software layers to improve end-user experience.

Core Features & Use Cases

  • Performance profiling: instrumented analysis of CPU, memory, I/O, and latency to locate hotspots.
  • Load testing & capacity planning: simulate realistic workloads to validate scalability and revenue-ready capacity.
  • Monitoring & continuous improvement: establish SLIs/SLOs and dashboards to track improvements over time.

Quick Start

Run a profiling session on your service to generate baseline performance metrics and identify bottlenecks.

Frequently Asked Questions about performance-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify performance bottlenecks across my full system stack?

To identify performance bottlenecks, you run a profiling session using instrumented code to analyze CPU, memory, I/O, and latency metrics, which locates hotspots across services, databases, and frontends.

What is the best way to simulate realistic workloads for capacity planning?

Load testing simulates realistic workloads to validate system scalability and ensure you have revenue-ready capacity by quantifying system behavior under stress before production deployment.

How do I establish SLIs and SLOs to track system performance over time?

You establish SLIs and SLOs by setting up monitoring dashboards that continuously collect and analyze metrics, enabling continuous improvement and tracking of end-user experience improvements.

Can I use performance profiling to optimize compute, storage, and network layers?

Performance profiling guides targeted optimization across compute, storage, network, and software layers by quantifying system behavior and identifying specific bottlenecks affecting end-user experience.

When do I need load testing and performance monitoring for my production system?

You need load testing and performance monitoring for production systems requiring scalability validation, capacity planning, and continuous tracking of service latency and resource utilization metrics.

Why does my system performance degrade under high traffic loads?

System performance degrades under high traffic due to bottlenecks in compute, storage, network, or software layers, which performance engineering locates through instrumented profiling and workload simulation.