Proc Monitor

Monitor system processes and report CPU/memory usage, top consumers, and resource alerts.

modbender Updated 12 repo stars

File contents

Process Monitor

Monitor system processes and resource usage.

Capabilities

  • Top Processes: Show processes by CPU or memory usage
  • Process Search: Find specific processes by name or PID
  • Resource Summary: Overall CPU, memory, swap, load average
  • Alerts: Identify processes exceeding thresholds

Usage

Ask the agent to:

  • "Show top 10 processes by memory usage"
  • "Is there anything using more than 80% CPU?"
  • "Find all node processes"
  • "Give me a system resource summary"

How It Works

Uses standard system tools:

ps aux --sort=-%mem | head -20
top -bn1 | head -20
free -h
uptime

Requirements

  • Standard Unix tools (ps, top, free, uptime)
  • No API keys needed

modbender/skill-library-mcp/tree/main/data/proc-monitor commit 268958307d

Frequently asked questions

npx skillmds@latest add modbender/proc-monitor