get_system_overview
Diagnose system performance by retrieving a complete health snapshot including CPU, memory, swap, disk, and uptime.
Instructions
Retrieve a full system health snapshot: CPU usage, core count, memory, swap, disk usage, and uptime.
Use this as the first tool when diagnosing system performance issues or answering questions like "why is my machine slow?" or "how much disk space is left?". For deeper investigation, follow up with get_top_processes, get_disk_usage, or get_network_info.
This is a read-only operation with no side effects. Takes ~0.5 seconds due to CPU sampling.
Returns a Markdown report with sections: CPU, Memory, Swap, and Disks. Each section shows current usage as absolute values and percentages. Disk partitions that require elevated privileges are silently skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||