Proc Monitor

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

johnalbertini14-glitch Updated 1 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

johnalbertini14-glitch/openclaw-skills/tree/main/skills/sa9saq/proc-monitor commit da9a0744ea

Frequently asked questions

npx skillmds@latest add johnalbertini14-glitch/proc-monitor