get_system_health
Retrieve comprehensive Linux VPS health metrics including CPU, memory, disk, network, and uptime data in a single JSON response.
Instructions
Retrieve a complete system health snapshot of the Linux VPS.
Returns a JSON string containing:
CPU: overall percentage, per-core breakdown, core counts, 1/5/15m load averages.
RAM & Swap: total, used, available, percentage.
Disk: root partition usage, read/write I/O counters.
Network: sent/received bytes, packets, and error counts.
Uptime: boot timestamp and human-readable duration (e.g. '12d 4h 32m 10s').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |