@artale/pi-monitor

Real-time system resource monitoring for Pi

Package details

package

Install @artale/pi-monitor from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-monitor
Package
@artale/pi-monitor
Version
1.0.0
Published
Apr 21, 2026
Downloads
78/mo · 7/wk
Author
artale
License
MIT
Types
package
Size
5.9 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "commands": [
    "monitor"
  ],
  "tools": [
    "monitor_status",
    "monitor_top",
    "monitor_watch"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@artale/pi-monitor

Real-time system resource monitoring for Pi coding agent.

Commands

pi monitor status    → System snapshot (CPU, RAM, disk)
pi monitor top       → Top 10 processes by memory
pi monitor watch      → Watch for 10 seconds, 2s interval

Tools

  • monitor_status - Get system status snapshot
  • monitor_top - Get top processes
  • monitor_watch - Continuous monitoring

Install

npm install -g @artale/pi-monitor

Features

  • CPU usage percentage
  • Memory (total, used, free)
  • Top processes by memory
  • Disk usage
  • Cross-platform (Windows, macOS, Linux)