host_resource_diagnosis

Diagnose local host resource bottlenecks by analyzing CPU, memory, and disk usage.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/ougi777/Mutil-AIops-Agent --skill host-resource-diagnosis-ougi777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: host_resource_diagnosis
Source: https://github.com/ougi777/Mutil-AIops-Agent/tree/main/app/skills/definitions/host_resource_diagnosis
Command: npx skills add https://github.com/ougi777/Mutil-AIops-Agent --skill host-resource-diagnosis-ougi777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本机/主机资源诊断 Playbook,基于 psutil 实时采集 CPU/内存/磁盘信息,帮助快速识别资源瓶颈与系统卡顿原因。

Core Features & Use Cases

  • 实时系统快照与分支诊断:CPU 高负载、内存压力、磁盘利用率等场景的分支分析。
  • 进程级影响分析:列出占用最高的进程,辅助定位性能问题。
  • 安全输出与建议:提供可执行的止损与长期优化建议,数据来源真实且不可伪造。

Quick Start

请使用此技能对本机资源进行扫描,输出包含 CPU/内存/磁盘的诊断报告。

Frequently Asked Questions about host_resource_diagnosis

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

FAQPage Schema
How do I diagnose high CPU load and identify the top processes causing system lag?

To diagnose high CPU load, you can run a real-time system snapshot using psutil to identify resource bottlenecks. It isolates the top processes consuming CPU and provides an evidence-backed root-cause report with recommended mitigations.

Why does my server keep running out of memory and how can I check OOM risks?

To check OOM risks and memory pressure, analyze memory usage by gathering real-time psutil data. This process detects persistent memory bottlenecks and isolates top processes to provide actionable mitigation strategies.

What is the best way to troubleshoot disk fullness in a virtual machine or container?

The best way to troubleshoot disk fullness in a VM or container is to analyze disk utilization with real-time psutil data. It detects disk capacity bottlenecks and generates a root-cause report with recommended mitigations.

Can I use psutil to perform host diagnosis across server, VM, and container environments?

Yes, you can use psutil to perform host diagnosis across server, VM, or container environments. It gathers real-time CPU, memory, and disk data to detect persistent high loads and OOM risks effectively.

How to generate an evidence-backed root-cause report for local host resource bottlenecks?

To generate an evidence-backed root-cause report for local host resource bottlenecks, analyze CPU, memory, and disk usage with real-time psutil data. It isolates top processes and provides recommended mitigations to resolve the issue.