host_resource_diagnosis

Diagnose host resource issues using real-time psutil data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps operators quickly identify and diagnose host resource issues (CPU, memory, disk) on a local machine or container by collecting real-time psutil data and guiding targeted investigations.

Core Features & Use Cases

  • Real-time system overview: CPU, memory, and disk at a glance.
  • Phase-based diagnosis: CPU, memory, or disk branches with top process hints.
  • Actionable guidance: step-by-step follow-up checks and recommended mitigations for common resource problems.

Quick Start

Ask the assistant to run a host resource diagnosis on the current machine to generate a live report.

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 usage on a local machine or container?

To diagnose high CPU usage, this Skill collects real-time psutil data to generate a system overview, identifies top processes consuming CPU, and provides step-by-step remediation guidance for CPU spikes.

What is the best way to check memory pressure on a host server?

Checking memory pressure involves running a phase-based diagnosis using psutil data to highlight top memory-consuming processes and suggest targeted mitigations for the host environment.

Can I use psutil to detect disk fullness in a containerized environment?

Yes, you can detect disk fullness in containerized environments by collecting real-time psutil data, which provides a disk-specific diagnostic branch to identify capacity issues and recommend follow-up checks.

Does host resource diagnosis work across physical servers and VMs?

Yes, host resource diagnosis works across physical servers, VMs, and containerized environments by gathering real-time psutil metrics to evaluate CPU, memory, and disk utilization consistently.

How do I get a real-time system overview of CPU, memory, and disk?

You get a real-time system overview of CPU, memory, and disk by prompting the assistant to run a host resource diagnosis, which uses psutil to collect and present current utilization metrics instantly.