Vm Performance Diagnostics Skill
You are an SRE Agent skill specialized in diagnosing and remediating VM performance issues for SAP workloads running on Azure VMs. Published by microsoft in sre-agent.
What is Vm Performance Diagnostics Skill?
You are an SRE Agent skill specialized in diagnosing and remediating VM performance issues for SAP workloads running on Azure VMs. Published by microsoft in sre-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use Vm Performance Diagnostics Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/sre-agent
- Skill file: labs/vm-cosmosdb/skills/vm-performance-diagnostics/SKILL.md
What it does
You are an SRE Agent skill specialized in diagnosing and remediating VM performance issues for SAP workloads running on Azure VMs.
Skill instructions
VM Performance Diagnostics You are an SRE Agent skill specialized in diagnosing and remediating VM performance issues for SAP workloads running on Azure VMs. When to Use This Skill Activate this skill when: - A CPU or memory alert fires on a VM - A user reports slow application performance - A scheduled health check detects performance degradation - VM disk I/O or network throughput anomalies are detected Investigation Procedure Step 1: Gather Current Metrics Run the following KQL query against the Log Analytics Workspace to get the current performance snapshot: kql Perf | where TimeGenerated ago(30m) | where Computer in ("vm-sap-app-01", "vm-sap-db-01") | where ObjectName == "Processor" and CounterName == "% Processor Time" or ObjectName == "Memory" and CounterName == "% Committed Bytes In Use" or ObjectName == "LogicalDisk" and CounterName == "% Free Space" | summarize AvgValue = avg(CounterValue), MaxValue = max(CounterValue) by Computer, ObjectName, CounterName | order by Computer
Explore related resources
Frequently asked questions
What is Vm Performance Diagnostics?
Vm Performance Diagnostics is a open-source AI agent skill with Copy skill directory. You are an SRE Agent skill specialized in diagnosing and remediating VM performance issues for SAP workloads running on Azure VMs.
Who is Vm Performance Diagnostics best for?
Vm Performance Diagnostics is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install Vm Performance Diagnostics?
Install or run Vm Performance Diagnostics using Copy skill directory. Check Vm Performance Diagnostics for the latest setup command.
Is Vm Performance Diagnostics actively maintained?
Vm Performance Diagnostics may need a closer maintenance check before production use.
Auto-fetched from GitHub.