21 lines
778 B
Markdown
21 lines
778 B
Markdown
---
|
|
name: system_resource_monitor
|
|
description: "用于CPU负载、RAM、交换和磁盘使用的干净可靠的系统资源监视器。"
|
|
version: 1.0.0
|
|
author: Yennefer & Geralt
|
|
---
|
|
|
|
# System Resource Monitor
|
|
|
|
A specialized skill designed to provide concise, real-time server health reports. Unlike bloated alternatives, it uses native system calls for maximum reliability and speed.
|
|
|
|
## Features
|
|
- **CPU Load**: Displays 1, 5, and 15-minute averages.
|
|
- **Memory**: Tracks both physical RAM and Swap usage.
|
|
- **Disk**: Monitors root partition capacity and percentage.
|
|
- **Uptime**: Shows how long your "horse" has been running.
|
|
|
|
## Usage
|
|
Simply ask the agent for "system status", "resource usage", or "server health".
|
|
The skill executes the local `./scripts/monitor.sh` script.
|