返回 Skill 列表
extension
分类: 开发与工程无需 API Key

system-status

检查系统健康状况和资源使用情况,包括CPU、内存、磁盘、进程、网络以及负载统计。在需要检查系统状态、监控资源、查看系统健康状况、诊断性能问题或获取系统运行状态概览(进程、CPU、内存、负载、磁盘等)时使用。

person作者: jakexiaohubgithub

System Status

Monitor and report comprehensive system health metrics in Chinese.

Quick Start

Run the status check script:

scripts/check_system.sh

The script provides:

  • System info (hostname, OS, uptime, load averages)
  • CPU usage and core count
  • Memory and swap usage
  • Disk usage for all mounted filesystems
  • Top processes by memory usage
  • Network connection statistics
  • Current user login information

Output Format

The report is formatted in Chinese with emoji indicators for easy reading:

  • 📋 系统信息
  • 💻 CPU 状态
  • 🧠 内存状态
  • 💾 磁盘使用
  • ⚙️ 进程状态
  • 🌐 网络状态
  • 👤 登录信息

All metrics are human-readable with appropriate units (GB, %, etc.).

Resources

scripts/

  • check_system.sh - Comprehensive system health check script that gathers CPU, memory, disk, process, and network statistics