System Monitor
Monitor system resources in real-time.
Commands
System Overview
When user says: "system status", "how's the system"
CODEBLOCK0
CPU Usage
When user says: "CPU usage", "how's CPU"
CODEBLOCK1
Memory Usage
When user says: "memory usage", "RAM status"
CODEBLOCK2
Disk Usage
When user says: "disk space", "storage status"
CODEBLOCK3
Network Status
When user says: "network status", "connection info"
CODEBLOCK4
Process List
When user says: "top processes", "what's using CPU"
CODEBLOCK5
Temperature (if available)
When user says: "CPU temperature", "system temp"
CODEBLOCK6
Examples
CODEBLOCK7
Response Format
CODEBLOCK8
系统监控
实时监控系统资源。
命令
系统概览
当用户说:系统状态、系统怎么样
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh status
CPU使用率
当用户说:CPU使用率、CPU怎么样
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh cpu
内存使用率
当用户说:内存使用率、RAM状态
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh memory
磁盘使用率
当用户说:磁盘空间、存储状态
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh disk
网络状态
当用户说:网络状态、连接信息
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh network
进程列表
当用户说:顶级进程、什么在占用CPU
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh processes [--top 10]
温度(如果可用)
当用户说:CPU温度、系统温度
bash
bash skills/system-monitor-1.0.0/scripts/monitor.sh temp
示例
bash
完整系统状态
bash skills/system-monitor-1.0.0/scripts/monitor.sh status
检查磁盘空间
bash skills/system-monitor-1.0.0/scripts/monitor.sh disk
前5个进程
bash skills/system-monitor-1.0.0/scripts/monitor.sh processes --top 5
监控模式(持续)
bash skills/system-monitor-1.0.0/scripts/monitor.sh watch --interval 5
响应格式
🖥️ 系统状态 (2026-03-10 12:30:00)
CPU: 25% (4核)
内存: 8.2GB / 16GB (51%)
磁盘: 256GB / 512GB (50%)
网络: 🟢 已连接 (WiFi)
运行时间: 3天4小时