process-monitor

SKILL.md

Process Monitor

Monitors system processes and displays performance statistics.

Usage

python ~/.copilot/skills/process-monitor/process_monitor.py [options]

Options

Option Description Default
--top N Show top N processes 10
--sort Sort by: cpu, mem cpu
--stats-only Show only system stats, no processes false

Output

JSON with:

  • processes: List of top processes (pid, name, cpu%, mem%)
  • load_average: System load (1, 5, 15 min)
  • memory: RAM usage (total, used, available, percent)
  • uptime: System uptime

Examples

Default (Top 10 by CPU)

python ~/.copilot/skills/process-monitor/process_monitor.py

Top 5 by Memory

python ~/.copilot/skills/process-monitor/process_monitor.py --top 5 --sort mem

System Stats Only

python ~/.copilot/skills/process-monitor/process_monitor.py --stats-only
Weekly Installs
2
First Seen
Jan 27, 2026
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1